feat: update scrollbar style
update the style of the menu scroll bar Change-Id: Ia765fd75d36b4d43b0cb694fd79e690a41a280cb
This commit is contained in:
parent
99c46eef53
commit
8c20aa2548
@ -77,13 +77,13 @@
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-track {
|
||||
border-radius: 10px;
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 30%);
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
border-radius: 10px;
|
||||
box-shadow: inset 0 0 6px rgba(0, 0, 0, 50%);
|
||||
background-color: lightgray;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
:global {
|
||||
|
Loading…
Reference in New Issue
Block a user