mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-04 13:30:24 +00:00
Turn off scroll anchoring for accordions (#31346)
New default behavior for scroll anchoring (rolled out in Chrome 84?) leads to unsightly/odd accordion interactions - see #31341 This rule suppresses this new behavior and reverts back to the old way. See https://drafts.csswg.org/css-scroll-anchoring/
This commit is contained in:
parent
2ec2e138c9
commit
c7bc7a31bb
1 changed files with 2 additions and 0 deletions
|
|
@ -220,6 +220,8 @@
|
|||
//
|
||||
|
||||
.accordion {
|
||||
overflow-anchor: none;
|
||||
|
||||
> .card {
|
||||
overflow: hidden;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue