From b20aaceeb779d2a9200fb734cf627a75eef1de6e Mon Sep 17 00:00:00 2001 From: chaitanya-mishra-ai Date: Sun, 28 Dec 2025 12:28:37 +0530 Subject: [PATCH] Fix sidebar scrollbar jump when changing rooms --- app/assets/stylesheets/application/sidebar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application/sidebar.css b/app/assets/stylesheets/application/sidebar.css index 5a9e69f..cc484be 100644 --- a/app/assets/stylesheets/application/sidebar.css +++ b/app/assets/stylesheets/application/sidebar.css @@ -12,6 +12,7 @@ max-block-size: 100dvh; padding-inline-end: var(--sidebar-tools-width); position: relative; + overflow-anchor: none; } .sidebar__tools {