Santhosh has uploaded a new change for review.
https://gerrit.wikimedia.org/r/189690
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.
Similarly, the dialog is scrolling.
Changed the style of both to position: fixed instead of absolute
Change-Id: I82e8934feafcb0e71dee375ea89b75789c7e33a5
---
M modules/source/styles/ext.cx.source.selector.less
1 file changed, 2 insertions(+), 2 deletions(-)
git pull
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ContentTranslation
refs/changes/90/189690/1
diff --git a/modules/source/styles/ext.cx.source.selector.less
b/modules/source/styles/ext.cx.source.selector.less
index 494fbda..bb280eb 100644
--- a/modules/source/styles/ext.cx.source.selector.less
+++ b/modules/source/styles/ext.cx.source.selector.less
@@ -4,7 +4,7 @@
.cx-sourceselector-dialog {
.mw-ui-item;
color: #333;
- position: absolute;
+ position: fixed;
min-width: 650px;
max-width: 700px;
background: white;
@@ -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: newchange
Gerrit-Change-Id: I82e8934feafcb0e71dee375ea89b75789c7e33a5
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ContentTranslation
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits