生产管理系统前端 - 多滚动条问题解决
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
|
||||
/* 滚动条样式 */
|
||||
::-webkit-scrollbar {
|
||||
width: 6px;
|
||||
width: 5px;
|
||||
height: 6px;
|
||||
}
|
||||
|
||||
@@ -245,12 +245,12 @@
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: rgb(var(--border));
|
||||
background: hsl(var(--muted-foreground));
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: rgb(var(--muted-foreground));
|
||||
background: hsl(var(--muted-foreground));
|
||||
}
|
||||
|
||||
/* 动画 */
|
||||
|
||||
Reference in New Issue
Block a user