Skip to content

Commit 3e76c93

Browse files
committed
attempted to make navbar sticky, but unable to currently
1 parent 356b249 commit 3e76c93

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,15 @@
1919
box-shadow: none;
2020
}
2121

22-
.state-container .navbar {
23-
//background-color: $state-background;
24-
//color: #ff0000;
25-
display: flex;
26-
flex-direction: row;
27-
justify-content: flex-start;
28-
align-items: center;
29-
height: 30px;
30-
position: static;
31-
}
22+
// .state-container .navbar {
23+
// //background-color: $state-background;
24+
// //color: #ff0000;
25+
// display: flex;
26+
// flex-direction: row;
27+
// justify-content: flex-start;
28+
// align-items: center;
29+
// height: 30px;
30+
// }
3231

3332
.state-container .main-navbar {
3433
background-color: $state-background;
@@ -60,13 +59,14 @@
6059
height: 35px;
6160
}
6261

63-
.navbar {
64-
color: #ff0000;
65-
// prevent navbar from scrolling with state/tree display
66-
left: 0px;
67-
z-index: 1;
68-
@extend %disable-highlight;
69-
}
62+
// .navbar {
63+
// color: #ff0000;
64+
// // prevent navbar from scrolling with state/tree display
65+
// position: sticky;
66+
// left: 0;
67+
// top: 0;
68+
// @extend %disable-highlight;
69+
// }
7070

7171
.no-data-message {
7272
color: #ff0001;

0 commit comments

Comments
 (0)