Skip to content

Commit

Permalink
fix: Navbar overflow should not allow scollbar appear
Browse files Browse the repository at this point in the history
  • Loading branch information
yukkodesu committed Apr 18, 2024
1 parent bd3e677 commit 674ab1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<header
class="whitespace-nowrap flex items-center px-10 z-50 w-screen shadow-sm
backdrop-blur-md backdrop-saturate-200 bg-white/70 dark:bg-gray-900/70 overflow-x-scroll
backdrop-blur-md backdrop-saturate-200 bg-white/70 dark:bg-gray-900/70
flex-col h-28 justify-evenly md:flex-row md:py-0 md:h-16 md:justify-between md:space-x-12"
>
<NuxtLink
Expand Down

0 comments on commit 674ab1e

Please sign in to comment.