Browse Source

improve(mobile): polish left sidebar from android

charlie 3 years ago
parent
commit
a5dfd85c9a
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/main/frontend/mobile/index.css

+ 4 - 1
src/main/frontend/mobile/index.css

@@ -185,6 +185,10 @@ html.is-native-android {
       }
     }
   }
+
+  .cp__sidebar-left-layout {
+    bottom: 0;
+  }
 }
 
 html.is-zoomed-native-ios {
@@ -199,7 +203,6 @@ html.is-zoomed-native-ios {
   }
 }
 
-
 .cp__graph-picker {
   button.toggle-item {
     opacity: .5;