diff --git a/src/app.scss b/src/app.scss index fde29f1..f3cb785 100644 --- a/src/app.scss +++ b/src/app.scss @@ -90,4 +90,10 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t position: absolute; top: 0.5rem; right: 0.5rem; +} + +/* Make menu stick on the left side */ +.menu { + position: sticky; + top: 1rem; } \ No newline at end of file