diff --git a/src/components/Views/Edit.module.scss b/src/components/Views/Edit.module.scss
index 1127afd8..d538f484 100644
--- a/src/components/Views/Edit.module.scss
+++ b/src/components/Views/Edit.module.scss
@@ -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;
}
diff --git a/src/components/Views/Edit.tsx b/src/components/Views/Edit.tsx
index 13f90841..d3ed8179 100644
--- a/src/components/Views/Edit.tsx
+++ b/src/components/Views/Edit.tsx
@@ -249,166 +249,164 @@ export const EditView = (props: Props) => {