mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 01:36:49 +00:00
Replace standard browser scrollbar for overview and sidebar (#3350)
* 📜 Replace standard browser scrollbar for overview and sidebar * 🔨 Remove from main
This commit is contained in:
parent
b4dd971829
commit
f258aa2818
@ -412,6 +412,17 @@ class HaSidebar extends LitElement {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 0.4rem;
|
||||
height: 0.4rem;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
background: var(--secondary-text-color);
|
||||
}
|
||||
|
||||
paper-listbox {
|
||||
padding: 4px 0;
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user