Add comment

This commit is contained in:
konnorrogers
2024-12-10 13:30:20 -05:00
parent ccc204fdd4
commit e96d7362b3

View File

@@ -260,6 +260,7 @@ export default css`
display: none;
}
/* Sometimes the media query in the viewport is stubborn in iframes. This is an extra check to make it behave properly. */
:host(:not([disable-navigation-toggle])[view='mobile']) slot[name~='navigation-toggle'] {
display: contents;
}