Fix the save bar of the maintenance menu (#5385)

Co-authored-by: Frank Elsinga <frank@elsinga.de>
master
Cyril59310 2024-11-27 22:09:07 +01:00 committed by GitHub
parent cdb8ad321d
commit c0fe669cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;