Преглед изворни кода

Merge pull request #843 from rob1998/v2-develop

Fix horizontal scrolling
causefx пре 8 година
родитељ
комит
0bbf5254b7
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      css/organizr.css

+ 1 - 1
css/organizr.css

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