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:
Timmo 2019-07-12 21:08:51 +01:00 committed by Paulus Schoutsen
parent b4dd971829
commit f258aa2818

View File

@ -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;