add ScrollBar
This commit is contained in:
parent
db3d01cf23
commit
4f30716fd7
|
|
@ -71,11 +71,23 @@
|
|||
position: relative;
|
||||
padding-top: 20px;
|
||||
margin-block: 10px;
|
||||
overflow-y: auto;
|
||||
// overflow-y: auto;
|
||||
height: 100px;
|
||||
overflow-y: scroll;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
width: 6px;
|
||||
}
|
||||
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: var(--primary);
|
||||
border-radius: 5px;
|
||||
cursor:grab;
|
||||
}
|
||||
|
||||
> p {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user