1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Upgrade to Ember 3.1.2 ++

Also disabled optional feature Application Template Wrapper.
This commit is contained in:
Harvey Kandola 2018-05-23 15:14:47 +01:00
parent 09d698fd2a
commit 95323c90ee
7 changed files with 4230 additions and 2165 deletions

View file

@ -34,4 +34,3 @@
{{#layout/bottom-bar}}
{{/layout/bottom-bar}}

View file

@ -1,6 +1,7 @@
.layout-header,
.layout-footer {
flex: 0 0 auto;
width: 100%;
}
.layout-body {
@ -45,8 +46,8 @@ footer {
.layout-sidebar {
flex: 0 0 20rem;
// height: calc(100vh - 145px);
overflow-x: hidden;
overflow-y: auto;
// overflow-x: hidden;
// overflow-y: auto;
}
}