mirror of
https://github.com/nextcloud/server.git
synced 2026-03-07 07:50:57 -05:00
prevent dimmed ocdialog div from scrolling
This commit is contained in:
parent
d2e5dd2a15
commit
2561107b4e
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
background-color: #000;
|
||||
opacity: .20;filter:Alpha(Opacity=20);
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
top: 0; left: 0;
|
||||
width: 100%; height: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue