dootask/resources/assets/sass/scroller-y.scss
2022-01-14 15:55:26 +08:00

20 lines
338 B
SCSS
Executable File
Vendored

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