mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
20 lines
324 B
SCSS
Executable File
Vendored
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;
|
|
}
|
|
}
|