mediawiki-skins-MinervaNeue/resources/skins.minerva.amc.styles/userMenu.less
Stephen Niedzielski 93f930ce3e [UI] [menu] remove menu height resizing
Remove the page action overflow and user menu height sizing. Previously,
a maximum menu height was set so that the menu itself would scroll. A
minimum height was also used so that the menu couldn't be shrunk down to
a silly size. Both the minimum height LESS and maximum height JS are now
removed.

Bug: T225959
Change-Id: I201374ab8b249272ee5dbb1401b844ffe034ea66
2019-07-31 20:05:54 +00:00

10 lines
200 B
Plaintext

@import '../../minerva.less/minerva.variables';
// The list that opens underneath the button.
.minerva-user-menu-list {
top: 100%;
right: 0;
margin-right: @contentMargin / 2;
min-width: 200px;
}