mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-689] Fix alfresco-document-menu-action styling (z-index) (#1944)
This commit is contained in:
committed by
Eugenio Romano
parent
519335294b
commit
2c46f265e3
@@ -15,5 +15,5 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
-webkit-transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
|
-webkit-transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
|
||||||
transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
|
transition: height .35s cubic-bezier(0.4,0.0,1,1),border-color .4s;
|
||||||
z-index: 5;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user