Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does .accordian have overflow-anchor: none;? #34929

Closed
AnupamKhosla opened this issue Sep 8, 2021 · 1 comment
Closed

Why does .accordian have overflow-anchor: none;? #34929

AnupamKhosla opened this issue Sep 8, 2021 · 1 comment
Labels

Comments

@AnupamKhosla
Copy link

If you inspect bootstrap 4.6 accordian you will see the following:


.accordion {
    overflow-anchor: none;
}

What's the point of that? Why would you not want overflow-anchor: auto? Suppose you got a lot of images in the accordion panel, wouldn't you want the viewport set to the content you are reading, when those pictures load?

@mdo
Copy link
Member

mdo commented Sep 9, 2021

#31347 and #31346

@mdo mdo closed this as completed Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants