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 {
margin: 0;
height: 100%;
overflow: hidden;
font-size: mat-font-size($alfresco-typography, body-1);
font-family: mat-font-family($alfresco-typography);
line-height: mat-line-height($alfresco-typography, body-1);
}
}

View File

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

View File

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