Skip to content

Commit dcdefe7

Browse files
committed
fix subnavbar not showing until scroll
1 parent abaf799 commit dcdefe7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/html/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h1 class="home_entrance_title">
2626
</div>
2727
</div>
2828
<div id="navbar"></div>
29-
<div id="subnavbars"></div>
29+
<div class="row_scroll" id="subnavbar"></div>
3030
</div>
3131
</header>
3232
<div id="side-menu"></div>

assets/html/navbar.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@
2929
/>
3030
</a>
3131
</div>
32-
<div class="row_scroll" id="subnavbar"></div>

0 commit comments

Comments
 (0)