You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the <wa-page> element has the attribute with the value of disable-sticky="subheader" (while the <header slot="header"> element defaults to being sticky), the <nav slot="subheader"> element overlaps the <header slot="header"> while scrolling past it.
To Reproduce
Steps to reproduce the behavior:
Add the <wa-page disable-sticky="subheader">, <header slot="header"> and the <nav slot="subheader"> elements
Add some content within the <main> element to provide some vertical overflow scroll
Scroll down a few 100 px's
Note the subheader overlapping the main header
Screenshots
The text was updated successfully, but these errors were encountered:
Describe the bug
When the
<wa-page>
element has the attribute with the value ofdisable-sticky="subheader"
(while the<header slot="header">
element defaults to being sticky), the<nav slot="subheader">
element overlaps the<header slot="header">
while scrolling past it.To Reproduce
Steps to reproduce the behavior:
<wa-page disable-sticky="subheader">
,<header slot="header">
and the<nav slot="subheader">
elements<main>
element to provide some vertical overflow scrollScreenshots
The text was updated successfully, but these errors were encountered: