Juozas's Dump

A growing collection of anime, photos and any other kind of weird content.
[Tumblr|​X/Twitter|​Pillowfort|​Loforo|​Mastodon] [Random post]

 tags  journal  gallery  RSS

30.11.2024 20:52:37 reposted from test

Workaround for oversized group popup menu when following of too many groups

Adding this to CSS code for group/user/etc styles would just do that.

@media screen and (min-width:1024px) {
.navbar-dropdown {
overflow: auto;
max-height: calc(100vh - 3.25rem)
}
}

Edit: updated code to be compatible with the menu shown for smaller screens, should no longer affect items shown in this menu.

login