Skip to content

Hidden tabs' contetnt flash in FF 137 #11611

Open
@BANOnotIT

Description

@BANOnotIT

📝 Issue Description

On page navigation, <Sidebar> flashes with all tabs

📋 On which page(s) it occurs

https://docs.astro.build/en/basics/astro-pages/
... practically all pages without splash layout

🤔 Expected Behavior

Non-active tabs should hide content and only show it when tab is clicked

👀 Current Behavior

astro.jumping.tabs.mp4

🖥️ Browser

Firefox 137

📄 Additional Information

div {
animation: tab-panel-appear 10s steps(2, jump-none) 1;
}
div[data-initial],
div[role='tabpanel'] {
animation: none;
}
@keyframes tab-panel-appear {
from {
display: none;
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething on the site isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions