Skip to content

Commit

Permalink
Fix the save bar of the maintenance menu (louislam#5385)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
2 people authored and Zaid-maker committed Dec 6, 2024
1 parent 32dc76a commit c4b3af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ $shadow-box-padding: 20px;
bottom: 0;
margin-left: -$shadow-box-padding;
margin-right: -$shadow-box-padding;
z-index: 100;
z-index: 10;
background-color: rgba(white, 0.2);
backdrop-filter: blur(2px);
border-radius: 0 0 10px 10px;
Expand Down

0 comments on commit c4b3af7

Please sign in to comment.