File: /home/barbeatleanalyti/www/public_html/webmail/modules/CoreWebclient/styles/mobile/base.less
html {
&.non-adjustable {
height: auto;
min-height: 100%;
}
}
body {
html.screen-login-helpdesk &,
html.screen-login-langblock & {
min-height: 580px;
}
html.screen-login-langblock.screen-login-description & {
min-height: 734px;
}
html.non-adjustable & {
height: auto;
min-height: inherit;
min-height: 100%;
overflow: visible;
}
html.non-adjustable-valign & {
min-height: inherit;
}
}
.auroraMain {
html.non-adjustable-valign & {
overflow: auto;
}
position: relative;
}
.scroll-inner {
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.screens {
.box-sizing;
height: 100%;
.newtab & {
.resize-compensation-top(0px);
}
.screen {
height: 100%;
}
}