Skip to content

Commit b9bc537

Browse files
committed
prevent navbar from scrolling
1 parent 1ea3a89 commit b9bc537

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app/styles/layout/_stateContainer.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
height: 30px;
1414
}
1515

16+
.navbar {
17+
// prevent navbar from scrolling with state/tree display
18+
position: sticky;
19+
top: 0px;
20+
z-index: 1;
21+
}
22+
1623
.state-container {
1724
.router-link {
1825
height: 100%;

0 commit comments

Comments
 (0)