Add sticking side menu

This commit is contained in:
Niek van der Maas 2023-03-17 14:37:28 +01:00
parent d745c61c42
commit 7718f9d37f
1 changed files with 6 additions and 0 deletions

View File

@ -91,3 +91,9 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
top: 0.5rem;
right: 0.5rem;
}
/* Make menu stick on the left side */
.menu {
position: sticky;
top: 1rem;
}