Change Index Category6

This commit is contained in:
sylor_huang@126.com 2020-09-14 14:44:41 +08:00
parent cc46a3ac30
commit 2a7fea3612
1 changed files with 10 additions and 3 deletions

View File

@ -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;