Skip to content

Commit

Permalink
Fix the save bar of the maintenance menu (#5385)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <frank@elsinga.de>
  • Loading branch information
cyril59310 and CommanderStorm authored Nov 27, 2024
1 parent cdb8ad3 commit c0fe669
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 @@ -619,7 +619,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 c0fe669

Please sign in to comment.