mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Fix always showing scroll bars on side menu.
This commit is contained in:
parent
046efe3acb
commit
d0f545c247
@ -40,7 +40,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
core-menu {
|
core-menu {
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user