frontend: make tags fit in screen with a scrollbar
This commit is contained in:
parent
7f2ae673d0
commit
9ac3fc7e35
2 changed files with 8 additions and 1 deletions
|
|
@ -235,3 +235,8 @@ ul.list-inline li:not(:last-child)::after {
|
|||
.breadcrumb-item + .breadcrumb-item::before {
|
||||
content: ">"
|
||||
}
|
||||
|
||||
#tagsMenu + .dropdown-menu div {
|
||||
overflow-y: auto;
|
||||
max-height: calc(66vh - 100px);
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue