mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Corrected scrollbar
This commit is contained in:
parent
7ecf71cebb
commit
c1c8173b6f
1 changed files with 4 additions and 2 deletions
|
|
@ -54,6 +54,10 @@
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
max-height: 184px;
|
||||||
|
overflow: auto;
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: light-dark(#18162e, #f3c267) transparent;
|
||||||
|
|
||||||
.domain-container {
|
.domain-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
@ -61,8 +65,6 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 1px solid light-dark(@dark-blue, @golden);
|
border: 1px solid light-dark(@dark-blue, @golden);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
max-height: 184px;
|
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
&.selectable {
|
&.selectable {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue