Made the wildcard image select dialog scrollable

This commit is contained in:
WBHarry 2025-11-15 13:55:52 +01:00
parent 3959c6261d
commit bea5c08fbd
3 changed files with 13 additions and 6 deletions

View file

@ -6,6 +6,8 @@
display: flex;
flex-wrap: wrap;
gap: 8px;
max-height: 420px;
overflow: auto;
img {
width: 136px;