Browse Source

【处理】全局滚动条问题

cherishsince 1 year ago
parent
commit
07241b5efb
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/App.vue

+ 4 - 0
src/App.vue

@@ -54,4 +54,8 @@ body {
 .#{$prefix-cls}-grey-mode {
   filter: grayscale(100%);
 }
+
+.scrollbar__view {
+  height: 99%!important;
+}
 </style>