mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-04 07:42:23 +00:00
fix css transforms for mobile
This commit is contained in:
parent
d8d9dd22c9
commit
cd9dc6ecb5
6 changed files with 10 additions and 14 deletions
quartz/components/styles
|
@ -43,6 +43,7 @@
|
|||
width: 100vw;
|
||||
height: 100%;
|
||||
backdrop-filter: blur(4px);
|
||||
-webkit-backdrop-filter: blur(4px);
|
||||
display: none;
|
||||
overflow: hidden;
|
||||
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
overflow-y: auto;
|
||||
display: none;
|
||||
backdrop-filter: blur(4px);
|
||||
-webkit-backdrop-filter: blur(4px);
|
||||
|
||||
&.active {
|
||||
display: inline-block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue