Skip to content

Commit 39b5e38

Browse files
d3m1d0v3y3
authored andcommitted
feat(cut): decrease z-index of cut open/close icon
1 parent 8ea800d commit 39b5e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scss/_cut.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
&:before {
1111
content: '';
12-
z-index: 100;
12+
z-index: 1;
1313
left: 0;
1414
top: 50%;
1515
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=");

0 commit comments

Comments
 (0)