Skip to content

Commit 7587be3

Browse files
committed
fix(css): replace deprecated clip with clip-path
1 parent 6ad5135 commit 7587be3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
padding: 0;
131131
margin: -1px;
132132
overflow: hidden;
133-
clip: rect(0 0 0 0);
133+
clip-path: inset(50%);
134134
white-space: nowrap;
135135
border: 0;
136136
}

0 commit comments

Comments
 (0)