Merge "Scope right-aligned dropdown menus to #right-navigation & .mw-portlet-lang"

This commit is contained in:
jenkins-bot 2021-04-21 19:15:27 +00:00 committed by Gerrit Code Review
commit 5820fa0b18
3 changed files with 10 additions and 2 deletions

View File

@ -53,7 +53,7 @@
min-width: 100%;
position: absolute;
top: 2.5em;
right: -@border-width-base;
left: -@border-width-base;
margin: 0;
border: @border-width-base @border-style-base @border-color-base;
border-top-width: 0;

View File

@ -30,7 +30,8 @@
.vector-menu-content {
top: auto;
right: 0;
left: auto;
right: -@border-width-base;
// align borders of open menu align with button
.box-sizing( border-box );
max-height: 65vh;

View File

@ -239,6 +239,13 @@ body {
#right-navigation {
float: right;
// Any dropdowns inside the right navigation in modern Vector (e.g. "more" menu).
// should be right-aligned to prevent horizontal scrolling.
.vector-menu-content {
left: auto;
right: -@border-width-base;
}
}
#p-personal {