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.
mohemm_srca/Mohem/src/app/hmg-common/ui/scroll-content/scroll-content.component.scss

22 lines
274 B
SCSS

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