Browse Source

跳转滚动条

yangdr 6 months ago
parent
commit
eaa39bb43a
1 changed files with 10 additions and 1 deletions
  1. 10 1
      src/css/qcScore.less

+ 10 - 1
src/css/qcScore.less

@@ -69,7 +69,6 @@
 
     .detail {
       position: absolute;
-      width: 400px;
       // min-height: 300px;
       max-height: 600px;
       // top: 5px;
@@ -83,6 +82,16 @@
       padding: 10px 20px;
       box-shadow: 0px 0px 10px gray;
       overflow-y: auto;
+      width: 300px;
+      max-width: 400px;
+
+      &::scrollbar {
+        display: none;
+      }
+
+      &::-webkit-scrollbar {
+        display: none;
+      }
 
       // filter: blur(10px);
       p {