mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] 1091 - Improve Homebrew Domain Container (#1095)
* Simple fix for now * Corrected to 2 rows of height * Corrected scrollbar
This commit is contained in:
parent
ff396cd2f0
commit
dc54fdc096
1 changed files with 4 additions and 0 deletions
|
|
@ -54,6 +54,10 @@
|
|||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
||||
gap: 8px;
|
||||
max-height: 184px;
|
||||
overflow: auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
|
||||
|
||||
.domain-container {
|
||||
position: relative;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue