From 8079690f33dfc268b7c249d949d1cf76a9fa295b Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Fri, 28 Aug 2026 08:51:23 -0700 Subject: [PATCH] Fix: ensure scrollbar probe css at host context --- src-ui/src/app/components/app-frame/app-frame.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src-ui/src/app/components/app-frame/app-frame.component.scss b/src-ui/src/app/components/app-frame/app-frame.component.scss index d259e80d9..0256de53a 100644 --- a/src-ui/src/app/components/app-frame/app-frame.component.scss +++ b/src-ui/src/app/components/app-frame/app-frame.component.scss @@ -110,7 +110,8 @@ main { @media(min-width: 768px) { // hide scrollbars on browsers that take up layout width - .pngx-classic-scrollbars .sidebar.slim { + // :host-context since is outside the component + :host-context(.pngx-classic-scrollbars) .sidebar.slim { scrollbar-width: none; &::-webkit-scrollbar {