Bartosz Dziewoński has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/349346 )

Change subject: ProcessDialog: Display error messages on top of footer action 
buttons
......................................................................

ProcessDialog: Display error messages on top of footer action buttons

Change c8a4e49a31f909aa4a91db72751363cb0b4db263 raised the 'z-index'
for .oo-ui-window-foot (in Dialog.less) to 3. We have to beat that
value here.

Bug: T163504
Change-Id: I844a9116574f719ce99c6f069e6a155f28a5fa0f
---
M src/styles/dialogs/ProcessDialog.less
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/46/349346/1

diff --git a/src/styles/dialogs/ProcessDialog.less 
b/src/styles/dialogs/ProcessDialog.less
index 379588a..57eca0b 100644
--- a/src/styles/dialogs/ProcessDialog.less
+++ b/src/styles/dialogs/ProcessDialog.less
@@ -43,7 +43,7 @@
                left: 0;
                right: 0;
                bottom: 0;
-               z-index: 2;
+               z-index: 4;
                overflow-x: hidden;
                overflow-y: auto;
        }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I844a9116574f719ce99c6f069e6a155f28a5fa0f
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

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

Reply via email to