From 426ff232ae67836bca335b792bdf57d2b26249fe Mon Sep 17 00:00:00 2001 From: Ilya Y <75578537+ilya-bkv@users.noreply.github.com> Date: Thu, 31 Aug 2023 17:03:40 +0300 Subject: [PATCH] fix aside menu in editor (#202) --- src/components/Views/Edit.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Views/Edit.module.scss b/src/components/Views/Edit.module.scss index d538f484..6f77ab2d 100644 --- a/src/components/Views/Edit.module.scss +++ b/src/components/Views/Edit.module.scss @@ -219,7 +219,7 @@ .wrapperTableOfContents { position: fixed; left: 40px; - top: 100px; + top: 106px; width: 240px; padding-top: 100px; }