fix aside menu in editor (#202)

This commit is contained in:
Ilya Y 2023-08-31 17:03:40 +03:00 committed by GitHub
parent dacbaba151
commit 426ff232ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -219,7 +219,7 @@
.wrapperTableOfContents {
position: fixed;
left: 40px;
top: 100px;
top: 106px;
width: 240px;
padding-top: 100px;
}