diff --git a/docs/docs/components/page.md b/docs/docs/components/page.md index f23f0b893..3f780d15c 100644 --- a/docs/docs/components/page.md +++ b/docs/docs/components/page.md @@ -885,4 +885,4 @@ If you don’t want to use [native styles](/docs/native/), you can include this ```html -``` +``` \ No newline at end of file diff --git a/src/components/page/page.css b/src/components/page/page.css index 782afcf30..812debb1a 100644 --- a/src/components/page/page.css +++ b/src/components/page/page.css @@ -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'],