Skip to content

Commit 5f4e549

Browse files
committed
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.
1 parent a7318ae commit 5f4e549

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
.navbar {
6262
// prevent navbar from scrolling with state/tree display
6363
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
6565
left: 0px;
6666
z-index: 1;
6767
@extend %disable-highlight;
@@ -263,5 +263,3 @@
263263
.tooltipData-JSONTree::-webkit-scrollbar-track {
264264
background: #51565e;
265265
}
266-
267-

0 commit comments

Comments
 (0)