From 19e5b365105d19e87de7913bee30dfefa36f740e Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Sat, 11 Nov 2023 18:24:05 +0300 Subject: [PATCH] Fixed table of contents position --- src/components/TableOfContents/TableOfContents.module.scss | 1 - src/components/Views/Edit.module.scss | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/TableOfContents/TableOfContents.module.scss b/src/components/TableOfContents/TableOfContents.module.scss index e9629bba..84785a04 100644 --- a/src/components/TableOfContents/TableOfContents.module.scss +++ b/src/components/TableOfContents/TableOfContents.module.scss @@ -45,7 +45,6 @@ .TableOfContentsFixedWrapperLefted { margin-top: -2em; right: auto; - left: 70px; .TableOfContentsPrimaryButton { left: auto; diff --git a/src/components/Views/Edit.module.scss b/src/components/Views/Edit.module.scss index a436a816..991c9fc7 100644 --- a/src/components/Views/Edit.module.scss +++ b/src/components/Views/Edit.module.scss @@ -237,7 +237,6 @@ .wrapperTableOfContents { position: fixed; - left: 40px; top: 106px; width: 240px; padding-top: 100px;