important scrollbar style
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user