architecture, fix vendor prefixing

This commit is contained in:
Jacky Zhao
2023-08-07 17:34:38 -07:00
parent affa6f4445
commit 68050264f0
10 changed files with 77 additions and 7 deletions

View File

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

View File

@ -48,7 +48,6 @@
overflow-y: auto;
display: none;
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
&.active {
display: inline-block;