Make charlist tag filter list scrollable
| @@ -158,6 +158,11 @@ | ||
| 158 | 158 | flex-wrap: wrap; |
| 159 | 159 | align-items: flex-start; |
| 160 | 160 | margin: 5px 0; |
| 161 | + /* not 100% due to margins */ | |
| 162 | + max-height: 90%; | |
| 163 | + /* scroll the list if needed */ | |
| 164 | + overflow-y: auto; | |
| 165 | + | |
| 161 | 166 | } |
| 162 | 167 | |
| 163 | 168 | .rm_tag_filter .tag { |
| @@ -3094,6 +3094,8 @@ select option:not(:checked) { | ||
| 3094 | 3094 | |
| 3095 | 3095 | #charListFixedTop { |
| 3096 | 3096 | padding: 5px; |
| 3097 | + /*prevent huge taglist from taking up the whole panel */ | |
| 3098 | + overflow-y: hidden; | |
| 3097 | 3099 | } |
| 3098 | 3100 | |
| 3099 | 3101 | #form_character_search_form { |