Browse Source

修改滚动条样式

Q-ABAB 2 years ago
parent
commit
796bbc2b57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.vue

+ 1 - 1
src/App.vue

@@ -181,7 +181,7 @@
   // 滚动条样式
   .core_dialogue {
       height: 100%;
-      overflow: overlay;
+      overflow: overlay !important;
     }
     .core_dialogue::-webkit-scrollbar-track-piece {
       background-color: #f8f8f800;