mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix layout issues (#2655)
This commit is contained in:
parent
8596ba4d39
commit
d544b5a98b
@ -4,6 +4,7 @@
|
||||
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);
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
&__toolbar {
|
||||
position: absolute;
|
||||
bottom: 60px;
|
||||
bottom: 64px;
|
||||
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user