Merge "Align the menu dropdown list to the end of the "more" button."

This commit is contained in:
jenkins-bot 2021-01-25 22:39:51 +00:00 committed by Gerrit Code Review
commit 407036710c
1 changed files with 1 additions and 12 deletions

View File

@ -53,7 +53,7 @@
min-width: 100%;
position: absolute;
top: 2.5em;
left: -@border-width-base;
right: -@border-width-base;
margin: 0;
border: @border-width-base @border-style-base @border-color-base;
border-top-width: 0;
@ -153,14 +153,3 @@
outline: auto -webkit-focus-ring-color; // Webkit style
}
}
@media ( max-width: @width-breakpoint-tablet ) {
// At lower resolutions, particularly when variants are disabled
// make sure the menu does not go off the screen.
.vector-menu-dropdown {
.vector-menu-content-list {
right: 0;
left: auto;
}
}
}