important scrollbar style

This commit is contained in:
Timi
2025-11-11 14:53:25 +08:00
parent c626ecedb2
commit 553fc73ced

View File

@@ -3,18 +3,16 @@
*::-webkit-scrollbar {
width: 10px !important;
height: 10px !important;
cursor: var(--tui-cur-default);
background: #CFD2E0;
background: #CFD2E0 !important;
}
*::-webkit-scrollbar-corner {
background: #CFD2E0;
cursor: var(--tui-cur-default);
background: #CFD2E0 !important;
}
*::-webkit-scrollbar-thumb {
cursor: var(--tui-cur-default);
background: #525870;
background: #525870 !important;
border-radius: 0 !important;
}
*::selection {