style: IndependentPanel scrollbar

This commit is contained in:
josc146
2023-05-13 17:25:02 +08:00
parent 39dc01bbcb
commit 7634c76278
+13
View File
@@ -51,6 +51,19 @@
background-color: var(--theme-color);
transition: width 0.3s, min-width 0.3s;
padding: 10px;
::-webkit-scrollbar {
background-color: var(--theme-color);
width: 9px;
}
::-webkit-scrollbar-thumb {
background-color: var(--theme-border-color);
border-radius: 20px;
border: transparent;
}
::-webkit-scrollbar-corner {
background: transparent;
}
}
.chat-sidebar.collapsed {