mirror of https://github.com/louislam/uptime-kuma
Fix the save bar of the maintenance menu (#5385)
Co-authored-by: Frank Elsinga <frank@elsinga.de>master
parent
cdb8ad321d
commit
c0fe669cd8
|
@ -619,7 +619,7 @@ $shadow-box-padding: 20px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
margin-left: -$shadow-box-padding;
|
margin-left: -$shadow-box-padding;
|
||||||
margin-right: -$shadow-box-padding;
|
margin-right: -$shadow-box-padding;
|
||||||
z-index: 100;
|
z-index: 10;
|
||||||
background-color: rgba(white, 0.2);
|
background-color: rgba(white, 0.2);
|
||||||
backdrop-filter: blur(2px);
|
backdrop-filter: blur(2px);
|
||||||
border-radius: 0 0 10px 10px;
|
border-radius: 0 0 10px 10px;
|
||||||
|
|
Loading…
Reference in New Issue