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
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
@@ -63,8 +63,6 @@
63
63
.navbar {
64
64
color: #ff0000;
65
65
// prevent navbar from scrolling with state/tree display
66
-
position: sticky;
67
-
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
68
66
left: 0px;
69
67
z-index: 1;
70
68
@extend%disable-highlight;
@@ -136,7 +134,7 @@
136
134
align-items: center;
137
135
height: 30px;
138
136
position: sticky;
139
-
top: 0px; //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
137
+
top: 40px; //should revisit to figure out a more dynamic way of sticking the navbar to the bottom of the main-navbar
0 commit comments