Skip to content

Commit fbe17c9

Browse files
committed
fix : sr only mixin behavior
1 parent 0e6f441 commit fbe17c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scss/abstract/_m-sr-only.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*/
3030

3131
@mixin sr-only($focusable: false) {
32+
position: absolute;
3233
width: 1px !important;
3334
height: 1px !important;
3435
padding: 0 !important;

0 commit comments

Comments
 (0)