Skip to content

Commit

Permalink
Change the postion of the options menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Luffytaro22 committed Oct 20, 2023
1 parent 37e644d commit 2ec153e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/modify_remove.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.modify-remove {
flex-direction: column;
width: 100%;
position: absolute;
position: fixed;
z-index: 910;
background: linear-gradient(45deg, rgb(11, 58, 111), rgba(55, 120, 194, 0.7));
backdrop-filter: blur(10px);
Expand Down

0 comments on commit 2ec153e

Please sign in to comment.