Fix: ensure scrollbar probe css at host context

This commit is contained in:
shamoon
2026-08-28 08:51:23 -07:00
parent c6252a0234
commit 8079690f33
@@ -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 <html> is outside the component
:host-context(.pngx-classic-scrollbars) .sidebar.slim {
scrollbar-width: none;
&::-webkit-scrollbar {