You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
solved headers not sticking with a hard-coded top position at 40px. Not best practice and should revisit later to make dynamic. For now, moving on to other UI issues.
Copy file name to clipboardExpand all lines: src/app/styles/layout/_stateContainer.scss
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@
61
61
.navbar {
62
62
// prevent navbar from scrolling with state/tree display
63
63
position: sticky;
64
-
top: 0px;
64
+
top: 40px; //JR 12.16.23 @12:15pm: this hardcoding is not best practice, should revisit to figure out a more dynamic way of sticking the navbar to the bottom of the main-navbar
0 commit comments