Browse Source

hide overflow

huaisianhuang 4 years ago
parent
commit
4dc2e8dc8f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      sass/main.scss

+ 1 - 0
sass/main.scss

@@ -371,6 +371,7 @@ body {
         min-width: 100%;
         height: 20vh;
         overflow-x: auto;
+        overflow-y: hidden;
         display: flex;
         box-shadow: 0 4px 2px -2px rgb(216, 216, 216);
         -webkit-box-shadow: 0 4px 2px -2px rgb(216, 216, 216);