[BUGFIX] sidebar style

This commit is contained in:
Marie Birner 2023-06-08 11:24:33 +02:00
parent 87ed710f66
commit 2fa6992938

View File

@ -18,11 +18,6 @@
width: 100%;
max-width: 375px;
z-index: 40000;
/* safari bugfix */
.sidebar-header {
right: 0px;
}
}
&.slide-in {
@ -66,6 +61,7 @@
&-close {
border-radius: 100%;
flex: 0 0 auto;
@apply w-6 h-6;
}
@ -75,14 +71,6 @@
width: 374px;
bottom: 0;
}
&-header {
position: fixed;
width: 100%;
max-width: 375px;
top: 0px;
z-index: 1;
}
}
.overlay {