Add sticking side menu
This commit is contained in:
parent
d745c61c42
commit
7718f9d37f
|
@ -91,3 +91,9 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
||||||
top: 0.5rem;
|
top: 0.5rem;
|
||||||
right: 0.5rem;
|
right: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Make menu stick on the left side */
|
||||||
|
.menu {
|
||||||
|
position: sticky;
|
||||||
|
top: 1rem;
|
||||||
|
}
|
Loading…
Reference in New Issue