Merge "Fix z-index issue on floating toolbar dialog"

This commit is contained in:
jenkins-bot 2016-08-01 16:42:16 +00:00 committed by Gerrit Code Review
commit af13aae426

View file

@ -16,6 +16,7 @@
.ve-ui-toolbar-floating .oo-ui-toolbar-bar {
transform: translateY( -100% );
transition: transform 0.4s ease; /* stylelint-disable-line no-unsupported-browser-features */
z-index: 4;
}
.ve-active .ve-ui-toolbar-floating .oo-ui-toolbar-bar {