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.
mohemmionic5/Mohem/src/app/hmg-common/ui/scroll-segment-content/scroll-segment-content.comp...

27 lines
285 B
SCSS

.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;
}