Skip to content

Commit d96e9d4

Browse files
committed
made headers sticky again
1 parent 5012baf commit d96e9d4

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
@@ -63,8 +63,6 @@
6363
.navbar {
6464
color: #ff0000;
6565
// 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
6866
left: 0px;
6967
z-index: 1;
7068
@extend %disable-highlight;
@@ -136,7 +134,7 @@
136134
align-items: center;
137135
height: 30px;
138136
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
140138
left: 0px;
141139
z-index: 1;
142140
@extend %disable-highlight;

0 commit comments

Comments
 (0)