Browse Source

Fix board sidebar menu doesn't open in mobile.

Thanks to mimZD and xet7 !

Fixes #5736
Lauri Ojansivu 1 month ago
parent
commit
01950cc796
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/sidebar/sidebar.css

+ 1 - 1
client/components/sidebar/sidebar.css

@@ -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;