Move scrollbar definition to global styling

This commit is contained in:
Carlos Fernandez 2026-05-15 01:31:29 -04:00
parent 829a6161ff
commit df9083a584
31 changed files with 7 additions and 73 deletions

View file

@ -12,6 +12,11 @@
}
.daggerheart.dh-style {
* {
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;
}
.hint {
flex: 0 0 100%;
margin: 0;