1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 08:55:47 +00:00

Fix issue sidebar menus having an infinite height (#10240)

This commit is contained in:
James Lakin 2020-02-11 21:26:33 +00:00 committed by GitHub
parent 8efd6b32e2
commit cb81e39f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,6 +89,7 @@
.metas {
.menu {
overflow-x: auto;
max-height: 300px;
}
.ui.list {