mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
Made the wildcard image select dialog scrollable
This commit is contained in:
parent
3959c6261d
commit
bea5c08fbd
3 changed files with 13 additions and 6 deletions
|
|
@ -6,6 +6,8 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 8px;
|
||||
max-height: 420px;
|
||||
overflow: auto;
|
||||
|
||||
img {
|
||||
width: 136px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue