Vanessa 2023-11-29 16:41:47 +08:00
parent 27ffdc45d7
commit 03546a8b1e
3 changed files with 9 additions and 10 deletions

View file

@ -63,7 +63,11 @@
&__gutters {
@extend .protyle-gutters;
display: none;
position: fixed;
top: 0;
left: -44px;
opacity: 0;
display: flex;
z-index: 2;
svg {
@ -105,7 +109,7 @@
}
.av__gutters {
display: flex;
opacity: 1;
}
}