Make charlist tag filter list scrollable

This commit is contained in:
RossAscends
2025-07-23 13:01:53 +09:00
parent afa3261746
commit b2cae4032c
2 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -3094,6 +3094,8 @@ select option:not(:checked) {
#charListFixedTop {
padding: 5px;
/*prevent huge taglist from taking up the whole panel */
overflow-y: hidden;
}
#form_character_search_form {
@@ -6289,4 +6291,4 @@ body:not(.movingUI) .drawer-content.maximized {
.info-block.error {
border-color: var(--error-color, #e87f7f);
background-color: rgba(241, 163, 163, 0.2);
}
}