Browse Source

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

tags/v1.11.1
James Lakin 5 years ago committed by GitHub
parent
commit
cb81e39f7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web_src/less/_repository.less

1
web_src/less/_repository.less

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

Loading…
Cancel
Save