mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-08-07 17:48:54 +00:00
Fix dropdown panel in viewer toolbar because of z-index (#3472)
This commit is contained in:
committed by
Eugenio Romano
parent
eda43aa9ae
commit
9221d1d0d0
@@ -1,7 +1,7 @@
|
||||
router-outlet[name="overlay"] + * {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 999999;
|
||||
z-index: 999;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
Reference in New Issue
Block a user