1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-04-22 00:32:19 +02:00

fix(visually-hidden): prevent overflowing children to become focusable

This commit is contained in:
Gaël Poupard 2025-03-11 10:20:07 +01:00
parent 53171ad564
commit d313333890
No known key found for this signature in database

View File

@ -19,6 +19,11 @@
&:not(caption) {
position: absolute !important;
}
// Fix to prevent overflowing children to become focusable
* {
overflow: hidden !important;
}
}
// Use to only display content when it's focused, or one of its child elements is focused