Compare commits

..
Author SHA1 Message Date
Paul Bottein 31d9d7d457 Prevent the sidebar from scrolling the dashboard 2026-08-14 19:06:44 +02:00
+1
View File
@@ -664,6 +664,7 @@ class HaSidebar extends SubscribeMixin(ScrollableFadeMixin(LitElement)) {
display: flex;
flex-direction: column;
overflow: hidden;
overscroll-behavior: contain;
-ms-user-select: none;
-webkit-user-select: none;
-moz-user-select: none;