[ADF-689] Fix alfresco-document-menu-action styling (z-index) (#1944)

This commit is contained in:
Popovics András
2017-06-07 22:42:43 +01:00
committed by Eugenio Romano
parent 519335294b
commit 2c46f265e3

View File

@@ -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;
} }