Skip to content

Commit 54a67fd

Browse files
EddyVerbruggenrigor789
authored andcommitted
The navigation dropdown doesn't work (#37)
* The navigation dropdown didn't work on mobile phons (or small desktop viewports) * The navigation dropdown didn't work on mobile phons (or small desktop viewports)
1 parent dd73c53 commit 54a67fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/docs.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<%- include('_partials/header') %>
1212
<div class="bg-grey-lighter md:hidden">
1313
<div class="container mx-auto p-4">
14-
<select v-nav class="w-full p-2" title="Navigation">
14+
<select onchange="window.location = this.options[this.selectedIndex].value" class="w-full p-2" title="Navigation">
1515
<%- include('_partials/categories_select', { entry: { children: meta.docs_categories } }) %>
1616
</select>
1717
</div>

0 commit comments

Comments
 (0)