File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 19
19
box-shadow : none ;
20
20
}
21
21
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
+ // }
32
31
33
32
.state-container .main-navbar {
34
33
background-color : $state-background ;
60
59
height : 35px ;
61
60
}
62
61
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
+ // }
70
70
71
71
.no-data-message {
72
72
color : #ff0001 ;
You can’t perform that action at this time.
0 commit comments