2023-03-24 09:08:53 +08:00

20 lines
324 B
SCSS
Executable File
Vendored

.app-scroller-y {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
overflow-y: overlay;
.app-scroller-bottom {
height: 0;
margin: 0;
padding: 0;
}
&.static {
position: static;
flex: 1;
}
}