Fix issue sidebar menus having an infinite height (#10240)
This commit is contained in:
parent
8efd6b32e2
commit
cb81e39f7a
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@
|
||||||
.metas {
|
.metas {
|
||||||
.menu {
|
.menu {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
max-height: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ui.list {
|
.ui.list {
|
||||||
|
|
Reference in a new issue