jenkins-bot has submitted this change and it was merged.

Change subject: Increase z-index of page select dropdown in demo
......................................................................


Increase z-index of page select dropdown in demo

So it appears above all elements in the target.

Change-Id: I0e1b438203486b6d39a78bd61b738f826ab4e0ce
---
M demos/ve/demo.css
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Bartosz Dziewoński: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/demos/ve/demo.css b/demos/ve/demo.css
index 203f956..c26d66e 100644
--- a/demos/ve/demo.css
+++ b/demos/ve/demo.css
@@ -72,6 +72,10 @@
        width: 4em;
 }
 
+.ve-demo-toolbar .oo-ui-dropdownWidget .oo-ui-menuSelectWidget {
+       z-index: 3;
+}
+
 .ve-demo-toolbar-divider {
        border-right: 1px solid #ddd;
        padding-left: 0.2em;

-- 
To view, visit https://gerrit.wikimedia.org/r/185186
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0e1b438203486b6d39a78bd61b738f826ab4e0ce
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Bartosz Dziewoński <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to