Tobias Gritschacher has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/65662


Change subject: List rotator widget: Assigning position absolute to menu
......................................................................

List rotator widget: Assigning position absolute to menu

List rotator menu needs to be positioned "absolute" on order for its position
to be calculated correctly.

Change-Id: I09ec3008a66673a4c45324ae5568e2672c3dffd9
---
M ValueView/resources/jquery.ui/jquery.ui.listrotator.css
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/DataValues 
refs/changes/62/65662/1

diff --git a/ValueView/resources/jquery.ui/jquery.ui.listrotator.css 
b/ValueView/resources/jquery.ui/jquery.ui.listrotator.css
index e606613..2c4b193 100644
--- a/ValueView/resources/jquery.ui/jquery.ui.listrotator.css
+++ b/ValueView/resources/jquery.ui/jquery.ui.listrotator.css
@@ -67,6 +67,7 @@
 .ui-listrotator-menu {
        font-size: 84%;
        padding: 0;
+       position: absolute;
        z-index: 1;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I09ec3008a66673a4c45324ae5568e2672c3dffd9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/DataValues
Gerrit-Branch: mw1.22-wmf5
Gerrit-Owner: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: Henning Snater <henning.sna...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to