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:
parent
09d698fd2a
commit
95323c90ee
7 changed files with 4230 additions and 2165 deletions
|
@ -34,4 +34,3 @@
|
|||
|
||||
{{#layout/bottom-bar}}
|
||||
{{/layout/bottom-bar}}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue