fix sidebar over all elements, thx Steven

This commit is contained in:
prx 2024-01-09 09:56:07 +01:00
parent d0fc1e5b27
commit c283677d47
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
position: fixed;
top: 0;
left: 0;
z-index: 1;
z-index: +99;
overflow-x: hidden;
overflow-y: auto;
height:100vh;