Browse Source

another attempt to fix Sidebar doesn't load tabs on iPhone running iOS 13.4+ (#1328)

CauseFX 6 years ago
parent
commit
1990e40d1b
2 changed files with 5 additions and 0 deletions
  1. 5 0
      css/organizr.css
  2. 0 0
      css/organizr.min.css

+ 5 - 0
css/organizr.css

@@ -1278,6 +1278,11 @@ span.fc-title {
     position: absolute;
     top: 15px;
 }
+@media(max-width:767px) {
+    .show-sidebar .sidebar {
+        overflow-y: auto;
+    }
+}
 .nav-second-level .sidebar-tabName {
     position: absolute;
     top: 20px;

File diff suppressed because it is too large
+ 0 - 0
css/organizr.min.css


Some files were not shown because too many files changed in this diff