forked from rDrama/rDrama
1
0
Fork 0

prevent the need for scrolling badges in popover when they're 3 rows or less

master
Aevann 2023-10-02 05:31:05 +03:00
parent 3fb9e23149
commit c7231e354b
1 changed files with 1 additions and 1 deletions

View File

@ -6861,7 +6861,7 @@ div.markdown {
}
.popover-badges-div {
max-height: 10vh !important;
max-height: 119px;
overflow: auto;
}