Sidebar editing toggle and only scroll atlas content

This commit is contained in:
Jori Lallo
2016-08-11 13:32:56 +02:00
parent 41505039b2
commit eb156e3069
15 changed files with 167 additions and 85 deletions

View File

@@ -5,6 +5,7 @@
<style>
#root {
flex: 1;
height: 100%;
}
.container {
@@ -20,7 +21,7 @@
}
</style>
</head>
<body style='display: flex; width: 100%'>
<body style='display: flex; width: 100%; height: 100%;'>
<div id="root">
<div class="container">
<div class="header"></div>