Parcourir la source

Fix horizontal scrolling

Rob Gökemeijer il y a 8 ans
Parent
commit
e47b58cfe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      css/organizr.css

+ 1 - 1
css/organizr.css

@@ -600,7 +600,7 @@ span.homepage-text {
 }
 }
 .simplebar-content {
 .simplebar-content {
     min-height: auto !important;
     min-height: auto !important;
-    overflow-x: hidden !important;
+    overflow-x: auto !important;
 }
 }
 .simplebar-scroll-content {
 .simplebar-scroll-content {
     margin-bottom: 0px !important;
     margin-bottom: 0px !important;