Remove fieldset from top level notes

This commit is contained in:
Carlos Fernandez 2026-06-30 00:46:20 -04:00
parent 8c6a470d84
commit dd93636b27
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;