Sidebar editing toggle and only scroll atlas content
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user