mirror of
https://github.com/go-gitea/gitea
synced 2025-07-12 21:47:19 +00:00
Fix issue sidebar menus having an infinite height (#10240)
This commit is contained in:
@ -89,6 +89,7 @@
|
||||
.metas {
|
||||
.menu {
|
||||
overflow-x: auto;
|
||||
max-height: 300px;
|
||||
}
|
||||
|
||||
.ui.list {
|
||||
|
Reference in New Issue
Block a user