You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
285 B
SCSS
27 lines
285 B
SCSS
|
7 years ago
|
.scroll-segment-area {
|
||
|
|
position: fixed;
|
||
|
|
top: 2.5cm;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
bottom: 4cm;
|
||
|
|
overflow: auto;
|
||
|
|
overflow-x: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ios {
|
||
|
|
top: 3.3cm;
|
||
|
|
}
|
||
|
|
|
||
|
|
.md {
|
||
|
|
top: 3.3cm;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.keyboard-closed {
|
||
|
|
bottom: 4cm;
|
||
|
|
}
|
||
|
|
|
||
|
|
.keyboard-opened {
|
||
|
|
bottom: 1.5cm;
|
||
|
|
}
|