1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 14:21:24 +00:00

fix css transforms for mobile

This commit is contained in:
Jacky Zhao
2023-08-06 22:07:08 -07:00
parent d8d9dd22c9
commit cd9dc6ecb5
6 changed files with 10 additions and 14 deletions

View File

@@ -43,6 +43,7 @@
width: 100vw;
height: 100%;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
display: none;
overflow: hidden;