refactor: remove custom scrollbar styles and related variables (#1304)

This commit is contained in:
Jimmy
2026-03-08 13:23:23 +01:00
committed by GitHub
parent 0c941ebb04
commit cfcdb20d17
3 changed files with 2 additions and 31 deletions
-4
View File
@@ -133,10 +133,6 @@
display: flex;
flex-direction: column;
color: var(--card-text-color-main);
::-webkit-scrollbar-thumb {
background-color: var(--card-separator-color);
}
}
.widget--toc {