Skip to content

Commit 8720f04

Browse files
fix: .sr-only clip
1 parent 93f3deb commit 8720f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/helper/src/client/styles/sr-only.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
position: absolute;
44

55
overflow: hidden;
6-
clip: rect (0, 0, 0, 0);
6+
clip-path: rect(0 0 0 0);
77

88
width: 1px;
99
height: 1px;

0 commit comments

Comments
 (0)