css removal unused lines

This commit is contained in:
sageTheDM 2024-10-08 17:37:17 +02:00
parent 4b21fe04f3
commit 9c8bc39b9d
17 changed files with 138 additions and 352 deletions

View file

@ -2,16 +2,13 @@
.scrollbar {
overflow-y: scroll;
}
.scrollbar::-webkit-scrollbar {
width: 8px;
}
.scrollbar::-webkit-scrollbar-thumb {
background-color: var(--input-border-color); /* Use variable for thumb color */
border-radius: 4px;
}
.scrollbar::-webkit-scrollbar-track {
background-color: var(--history-background-color); /* Use variable for track color */
}