This commit is contained in:
cuom1999 2023-09-01 18:52:25 -05:00
parent ef47461ee9
commit 036509c47f
2 changed files with 10 additions and 1 deletions

View file

@ -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;