Hide scrollbars
This commit is contained in:
@@ -45,8 +45,6 @@ const componentColorVariables = [
|
||||
{ name: 'theme-color-components-text-on-light', description: 'Text: Dark' },
|
||||
{ name: 'theme-color-background-header', description: 'Header/Footer' },
|
||||
{ name: 'theme-color-components-content-background', description: 'Page Content' },
|
||||
{ name: 'theme-color-components-scrollbar-background', description: 'Scrollbar Background' },
|
||||
{ name: 'theme-color-components-scrollbar-thumb', description: 'Scrollbar Thumb' },
|
||||
];
|
||||
|
||||
const others = [{ name: 'theme-rounded-corners', description: 'Corner radius' }];
|
||||
|
||||
@@ -45,13 +45,11 @@
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: auto;
|
||||
background-color: var(--theme-color-components-chat-background);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.virtuoso::-webkit-scrollbar-thumb {
|
||||
background: var(--theme-color-components-scrollbar-thumb);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.chatTextField {
|
||||
|
||||
@@ -20,14 +20,11 @@
|
||||
}
|
||||
|
||||
.mainSection::-webkit-scrollbar {
|
||||
width: 5px;
|
||||
height: auto;
|
||||
background-color: var(--theme-color-components-scrollbar-background);
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mainSection::-webkit-scrollbar-thumb {
|
||||
background: var(--theme-color-components-scrollbar-thumb);
|
||||
border-radius: 1px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.topSection {
|
||||
|
||||
Reference in New Issue
Block a user