fix aside menu in editor (#201)
This commit is contained in:
parent
39e27cc307
commit
dacbaba151
|
@ -217,10 +217,9 @@
|
|||
}
|
||||
|
||||
.wrapperTableOfContents {
|
||||
position: sticky;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin-bottom: -157px;
|
||||
position: fixed;
|
||||
left: 40px;
|
||||
top: 100px;
|
||||
width: 240px;
|
||||
padding-top: 100px;
|
||||
}
|
||||
|
|
|
@ -249,7 +249,6 @@ export const EditView = (props: Props) => {
|
|||
|
||||
<AutoSaveNotice active={saving()} />
|
||||
|
||||
<div class="position-relative">
|
||||
<div class={styles.wrapperTableOfContents}>
|
||||
<Show when={isDesktop() && form.body}>
|
||||
<TableOfContents variant="editor" parentSelector="#editorBody" body={form.body} />
|
||||
|
@ -409,7 +408,6 @@ export const EditView = (props: Props) => {
|
|||
/>
|
||||
</Show>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<Show when={page().route === 'editSettings'}>
|
||||
|
|
Loading…
Reference in New Issue
Block a user