forked from Gitlink/forgeplus-react
Change Index Category6
This commit is contained in:
parent
cc46a3ac30
commit
2a7fea3612
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue