diff --git a/css/main.scss b/css/main.scss
index 82b0cc9f0e231af8a72cd48432210e5606c5e122..53b569019605199332a2c8880c909bbf55aabe2c 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -50,40 +50,4 @@ $on-laptop:        800px;
         "base",
         "layout",
         "syntax-highlighting"
-;
-
-.toc-sidebar {
-    position: fixed;
-    left: 20px; /* Change to right: 20px; for right-side */
-    top: 100px;
-    width: 250px;
-    max-height: 80vh;
-    overflow-y: auto;
-    background: #f8f9fa;
-    padding: 15px;
-    border-radius: 5px;
-    font-size: 14px;
-  }
-  
-  .toc-sidebar nav {
-    position: relative;
-  }
-  
-  .toc-sidebar ul {
-    list-style-type: none;
-    padding-left: 0;
-  }
-  
-  .toc-sidebar li {
-    margin-bottom: 5px;
-  }
-  
-  .toc-sidebar a {
-    text-decoration: none;
-    color: #007bff;
-  }
-  
-  .toc-sidebar a:hover {
-    text-decoration: underline;
-  }
-  
\ No newline at end of file
+;
\ No newline at end of file