mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Make sidebar hover more visually stable (#999)
This commit is contained in:
parent
bc5b01bdcf
commit
f19548ef4f
2 changed files with 6 additions and 4 deletions
|
|
@ -443,7 +443,7 @@
|
|||
margin-bottom: 10px;
|
||||
|
||||
.inventory-item {
|
||||
padding: 0 10px;
|
||||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -452,10 +452,11 @@
|
|||
padding-top: 10px;
|
||||
padding-bottom: 20px;
|
||||
mask-image: linear-gradient(0deg, transparent 0%, black 5%);
|
||||
scrollbar-gutter: stable;
|
||||
scrollbar-width: thin;
|
||||
|
||||
&:hover {
|
||||
overflow-y: auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue