fix layout issues (#2655)

This commit is contained in:
Denys Vuika 2017-11-16 17:23:00 +00:00 committed by Eugenio Romano
parent 8596ba4d39
commit d544b5a98b
3 changed files with 5 additions and 4 deletions

View File

@ -4,7 +4,8 @@
body, html { body, html {
margin: 0; margin: 0;
height: 100%; height: 100%;
overflow: hidden;
font-size: mat-font-size($alfresco-typography, body-1); font-size: mat-font-size($alfresco-typography, body-1);
font-family: mat-font-family($alfresco-typography); font-family: mat-font-family($alfresco-typography);
line-height: mat-line-height($alfresco-typography, body-1); line-height: mat-line-height($alfresco-typography, body-1);
} }

View File

@ -19,7 +19,7 @@
&__toolbar { &__toolbar {
position: absolute; position: absolute;
bottom: 60px; bottom: 64px;
left: 50%; left: 50%;
transform: translateX(-50%); transform: translateX(-50%);

View File

@ -237,9 +237,9 @@
overflow: auto; overflow: auto;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
position: absolute; position: absolute;
top: 32px; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 64px;
left: 0; left: 0;
outline: none; outline: none;
} }