[BUGFIX] sidebar width flexibility jumping behaviour

This commit is contained in:
Marie Birner 2023-04-25 11:54:35 +02:00
parent a85fddfbe7
commit 305f6443c9

View File

@ -6,6 +6,7 @@
background: white; background: white;
z-index: 2000; z-index: 2000;
width: 0; width: 0;
max-width: 0;
box-shadow: 0 1rem 3rem rgba(0,0,0,.175); box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
&.open { &.open {