Describe the bug
The light theme scrollbar is appearing when browser is using the dark theme by default
Bug area (choose one)
To reproduce the bug
Expected behavior
The scrollbar should match the default browser theme
Screenshots

Additional context
Need to add css
:root {
color-scheme: light dark;
}
Describe the bug
The light theme scrollbar is appearing when browser is using the dark theme by default
Bug area (choose one)
To reproduce the bug
Expected behavior
The scrollbar should match the default browser theme
Screenshots

Additional context
Need to add css