Hide scrollbars

This commit is contained in:
Gabe Kangas
2023-01-18 14:45:59 -08:00
parent bd8925f135
commit a1a3272031
6 changed files with 26 additions and 89 deletions

View File

@@ -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' }];