frontend: make tags fit in screen with a scrollbar

This commit is contained in:
nemunaire 2018-12-05 01:23:25 +01:00
commit 9ac3fc7e35
2 changed files with 8 additions and 1 deletions

View file

@ -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);
}