1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 10:07:22 +01:00

Adds blur

This commit is contained in:
Amir Raminfar
2023-03-21 12:33:06 -07:00
parent 67ac202b04
commit 2884ffafeb

View File

@@ -177,6 +177,9 @@ html.has-custom-scrollbars {
.modal {
z-index: 1000;
.modal-background {
backdrop-filter: blur(4px);
}
}
.button .button-wrapper > span {