详情页推荐标签添加,基础信息添加
This commit is contained in:
@@ -885,6 +885,21 @@ body.light-mode .video-bg:before {
|
||||
background: var(--scrollbar-bg);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.MyPopover{
|
||||
max-width:200px;
|
||||
max-height:100px;
|
||||
/*overflow: auto;*/
|
||||
}
|
||||
.MyPopover::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
background-color: #ffce9a;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.MyPopover::-webkit-scrollbar-thumb {
|
||||
background-color: #676767;
|
||||
border-radius: 5px;
|
||||
}
|
||||
*::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user