|
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 | 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 |
140 | 138 | left: 0px; |
141 | 139 | z-index: 1; |
142 | 140 | @extend %disable-highlight; |
|
0 commit comments