Browse Source

Fix stylelint error

zhixin 2 years ago
parent
commit
1f1ca08f6b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/themes/_theme.scss

+ 1 - 2
src/themes/_theme.scss

@@ -205,8 +205,7 @@
     }
 
     .fixed-table-body {
-      overflow-x: auto;
-      overflow-y: auto;
+      overflow: auto auto;
       height: 100%;
 
       .fixed-table-loading {