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.
22 lines
274 B
SCSS
22 lines
274 B
SCSS
|
7 years ago
|
.scroll-area{
|
||
|
|
position: fixed;
|
||
|
|
top: 1.8cm;
|
||
|
|
left: 0;
|
||
|
|
width: 100%;
|
||
|
|
bottom: 4cm;
|
||
|
|
overflow: auto;
|
||
|
|
overflow-x: hidden;
|
||
|
|
}
|
||
|
|
|
||
|
|
.full-view {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.keyboard-closed {
|
||
|
|
bottom: 4cm;
|
||
|
|
}
|
||
|
|
|
||
|
|
.keyboard-opened {
|
||
|
|
bottom: 1.5cm;
|
||
|
|
}
|