Allow for custom scrollbar styling
This commit is contained in:
@@ -51,3 +51,17 @@
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: auto;
|
||||
background-color: var(--theme-color-components-chat-background);
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar-thumb {
|
||||
background: var(--theme-color-components-scrollbar-thumb);
|
||||
}
|
||||
|
||||
.chatTextField {
|
||||
border-top: 1px solid lightgray;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user