mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
prevent dimmed ocdialog div from scrolling
This commit is contained in:
committed by
Morris Jobke
parent
d2e5dd2a15
commit
2561107b4e
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user