mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 05:27:14 -04:00
Fix board sidebar menu doesn't open in mobile.
Thanks to mimZD and xet7 ! Fixes #5736
This commit is contained in:
parent
23bac73559
commit
01950cc796
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue