From 2a7fea36129b05ec52a8c652727d59d948d89616 Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Mon, 14 Sep 2020 14:44:41 +0800 Subject: [PATCH] Change Index Category6 --- src/forge/css/index.scss | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/forge/css/index.scss b/src/forge/css/index.scss index 4a595a35..7f3f7d64 100644 --- a/src/forge/css/index.scss +++ b/src/forge/css/index.scss @@ -136,7 +136,6 @@ form{ vertical-align: middle; } .pd510{padding: 5px 10px;} -.list-affix::-webkit-scrollbar,.category-popver-content::-webkit-scrollbar { width: 0 !important } .category-popver{ font-size: 14px; color: #333333; @@ -147,11 +146,19 @@ form{ background-color: #f8f8f8; } .category-popver-content{ - -ms-overflow-style: none; - overflow: -moz-scrollbars-none; + // -ms-overflow-style: none; + // overflow: -moz-scrollbars-none; max-height: 600px; overflow-y: auto; } +.list-affix::-webkit-scrollbar,.category-popver-content::-webkit-scrollbar { width: 0} +.list-affix:hover{ + -ms-overflow-style: block !important; + overflow: auto !important; + &::-webkit-scrollbar{ + width: 4px !important + } +} .list-affix{ -ms-overflow-style: none; overflow: -moz-scrollbars-none;