|
@@ -22,7 +22,8 @@
|
|
|
position: sticky;
|
|
position: sticky;
|
|
|
top: $grw-navbar-border-width;
|
|
top: $grw-navbar-border-width;
|
|
|
|
|
|
|
|
- height: 100vh;
|
|
|
|
|
|
|
+ // set the max value that should be taken when sticky
|
|
|
|
|
+ height: calc(100vh - $grw-navbar-border-width);
|
|
|
|
|
|
|
|
.grw-navigation-resize-button {
|
|
.grw-navigation-resize-button {
|
|
|
position: fixed;
|
|
position: fixed;
|