Remove certain fieldsets and adjust scrollsbars

This commit is contained in:
Carlos Fernandez 2026-07-03 00:58:48 -04:00
parent 53ed9fc792
commit 7409a577f6
28 changed files with 283 additions and 285 deletions

View file

@ -174,10 +174,10 @@
--fade-start: 0;
}
10%, 100% {
--fade-start: 12px;
--fade-start: 14px;
}
0%, 90% {
--fade-end: 12px;
--fade-end: 14px;
}
100% {
--fade-end: 0;
@ -198,3 +198,9 @@
transparent 100%
);
}
.stable-scroll-container() {
overflow-y: auto;
scrollbar-gutter: stable;
.with-scroll-shadows();
}