Skip to content

Commit e12beb3

Browse files
committed
fix (scss): sr-only
1 parent 5484f62 commit e12beb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/scss/02-tools/_m-sr-only.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343

4444
@mixin sr-only($focusable: false) {
4545
position: absolute;
46+
top: auto !important;
47+
left: -10000px !important;
4648
width: 1px !important;
4749
height: 1px !important;
4850
padding: 0 !important;

0 commit comments

Comments
 (0)