css: Don't let the sidebar's shadow catch pointer events

fixes #4675
This commit is contained in:
Johannes Meyer 2022-02-15 16:22:54 +01:00
parent a4d34e265f
commit 74a01223ee
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ body {
width: 1em;
background: linear-gradient(to left, rgba(0,0,0,.1), rgba(0,0,0,0));
z-index: 0;
pointer-events: none;
}
#main {