More actions
(blanking) Tag: Blanking |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
.scrollbox__container { | |||
display: flex; | |||
overflow: scroll; | |||
} | |||
.scrollbox__container-x { | |||
display: flex; | |||
overflow-x: scroll; | |||
} | |||
.scrollbox__container-y { | |||
display: flex; | |||
overflow-y: scroll; | |||
} | |||