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,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);
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
&__toolbar {
|
&__toolbar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 60px;
|
bottom: 64px;
|
||||||
|
|
||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user