mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
sidebar nav
This commit is contained in:
7
styles/Sidebar.module.scss
Normal file
7
styles/Sidebar.module.scss
Normal file
@@ -0,0 +1,7 @@
|
||||
@import "variables.scss";
|
||||
.sidebar {
|
||||
.stickyContainer {
|
||||
position: sticky;
|
||||
top: $grid-sticky-top;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user