forked from MarseyWorld/MarseyWorld
prevent the need for scrolling badges in popover when they're 3 rows or less
parent
3fb9e23149
commit
c7231e354b
|
@ -6861,7 +6861,7 @@ div.markdown {
|
|||
}
|
||||
|
||||
.popover-badges-div {
|
||||
max-height: 10vh !important;
|
||||
max-height: 119px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue