[BUGFIX] safari sidebar-header issue

This commit is contained in:
Marie Birner 2023-05-03 23:00:55 +02:00
parent 8effe700d0
commit cb17bdcfaa

View File

@ -75,8 +75,9 @@
position: fixed; position: fixed;
width: 100%; width: 100%;
max-width: 375px; max-width: 375px;
top: 0; top: 0px;
z-index: 1; z-index: 1;
right: 0px;
} }
} }