mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-01 03:10:14 +02:00
fix(visually-hidden): prevent overflowing children to become focusable
This commit is contained in:
@@ -19,6 +19,11 @@
|
|||||||
&:not(caption) {
|
&:not(caption) {
|
||||||
position: absolute !important;
|
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
|
// Use to only display content when it's focused, or one of its child elements is focused
|
||||||
|
Reference in New Issue
Block a user