fix z-index issues on sticky-disabled elements. (#848)

This commit is contained in:
Konnor Rogers
2025-03-28 12:26:30 -04:00
committed by GitHub
parent b4240fd321
commit 883d6df2ef
2 changed files with 2 additions and 1 deletions

View File

@@ -97,6 +97,7 @@ slot:not([name]) {
:host([disable-sticky~='menu']) [part~='menu'] {
position: static;
overflow: unset;
z-index: unset;
}
:host([disable-sticky~='aside']) [part~='aside'],