1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-03-23 03:59:42 +01:00

fix blur css

This commit is contained in:
Kushagra Gour 2024-02-29 18:05:39 +05:30
parent 09d83e4eb2
commit c2564153e0

View File

@ -1041,7 +1041,7 @@ body > #demo-frame {
/* transition-duration: 0.3s; */
/* transform: translateY(0px) scale(1); */
/* opacity: 1; */
backdrop-filter: (3px);
backdrop-filter: blur(3px);
}
.modal-overlay {