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

Change subject: Source selector: Overlay not applied to part below viewport
......................................................................


Source selector: Overlay not applied to part below viewport

The overlay applied to viewport alone and if you scroll the dashboard
rest of the page content is not under overlay.

Changed the style to position: fixed instead of absolute

Change-Id: I82e8934feafcb0e71dee375ea89b75789c7e33a5
---
M modules/source/styles/ext.cx.source.selector.less
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Nikerabbit: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/source/styles/ext.cx.source.selector.less 
b/modules/source/styles/ext.cx.source.selector.less
index 494fbda..eb2059c 100644
--- a/modules/source/styles/ext.cx.source.selector.less
+++ b/modules/source/styles/ext.cx.source.selector.less
@@ -117,7 +117,7 @@
 }
 
 .cx-sourceselector-dialog__overlay {
-       position: absolute;
+       position: fixed;
        top: 0;
        left: 0;
        height: 100%;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I82e8934feafcb0e71dee375ea89b75789c7e33a5
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to