mirror of https://github.com/twbs/bootstrap.git
Merge 5a2c073043
into 4c98145482
This commit is contained in:
commit
93e27645e1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue