Fix board sidebar menu doesn't open in mobile.

Thanks to mimZD and xet7 !

Fixes #5736
This commit is contained in:
Lauri Ojansivu 2025-04-21 16:07:43 +03:00
parent 23bac73559
commit 01950cc796

View file

@ -177,7 +177,7 @@
@media screen and (max-width: 800px) {
.board-sidebar {
width: 100%;
right: -100%;
left: 0;
}
.board-sidebar .sidebar-content .hide-btn {
width: 40px;