Skip to content

Commit

Permalink
Overflow scroll if the navbar is smol.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Apr 16, 2024
1 parent 76cc660 commit 2d0377a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/NavBar.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<header
class="
fixed z-50 flex h-16 w-full justify-between border-b border-gray-300 bg-white
px-4 shadow-lg dark:border-gray-600 dark:bg-gray-700
fixed z-50 flex h-16 w-full justify-between overflow-x-scroll border-b border-gray-300
bg-white px-4 shadow-lg dark:border-gray-600 dark:bg-gray-700 md:overflow-hidden
"
>
<router-link
Expand Down

0 comments on commit 2d0377a

Please sign in to comment.