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

Co-authored-by: Frank Elsinga <frank@elsinga.de>
master
Cyril59310 4 days ago committed by GitHub
parent cdb8ad321d
commit c0fe669cd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save