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:
parent
53171ad564
commit
d313333890
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user