Skip to content

Commit

Permalink
feat(cut): decrease z-index of cut open/close icon
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m1d0v authored and 3y3 committed Jul 7, 2023
1 parent 8ea800d commit 39b5e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/_cut.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

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

0 comments on commit 39b5e38

Please sign in to comment.