Remove fieldset from top level notes (#2048)

This commit is contained in:
Carlos Fernandez 2026-06-30 05:18:13 -04:00 committed by GitHub
parent 8c6a470d84
commit 2cc52fae1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 49 additions and 23 deletions

View file

@ -12,6 +12,9 @@
}
.daggerheart.dh-style {
/** Not an actual scrollbar width (it can't be configured on all browsers) but actually a compensation value for scrollbar gutter purposes */
--scrollbar-width: 10px;
* {
scrollbar-width: thin;
scrollbar-color: light-dark(@dark-blue, @golden) transparent;