mirror of
https://github.com/DerTyp7/explainegy-nextjs.git
synced 2025-10-30 13:17:13 +01:00
8 lines
107 B
SCSS
8 lines
107 B
SCSS
@import "variables.scss";
|
|
.sidebar {
|
|
.stickyContainer {
|
|
position: sticky;
|
|
top: $grid-sticky-top;
|
|
}
|
|
}
|