7 lines
92 B
CSS
7 lines
92 B
CSS
.scroll {
|
|
overflow: hidden auto;
|
|
margin-left: -17px;
|
|
width: 17px;
|
|
flex-shrink: 0;
|
|
}
|