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;