We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c98145 commit c5bec4eCopy full SHA for c5bec4e
scss/mixins/_visually-hidden.scss
@@ -19,6 +19,11 @@
19
&:not(caption) {
20
position: absolute !important;
21
}
22
+
23
+ // Fix to prevent overflowing children to become focusable
24
+ * {
25
+ overflow: hidden !important;
26
+ }
27
28
29
// Use to only display content when it's focused, or one of its child elements is focused
0 commit comments