More css
This commit is contained in:
parent
ef47461ee9
commit
036509c47f
2 changed files with 10 additions and 1 deletions
|
@ -269,6 +269,15 @@ input {
|
|||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0.1rem; // Adjust the width as needed
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
> li {
|
||||
position: relative;
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue