Fix sidebar overlap scrollbar (#246)

This commit is contained in:
David 2024-05-03 20:03:52 +02:00 committed by GitHub
parent 0b9ecd7d20
commit 14681b5d5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ ul.task-list {
.sidebar {
position: fixed;
top: 75px;
right: 0;
right: 17px;
height: 100%;
min-width: 25px;
display: flex;