Skip to content

Commit

Permalink
remove sticky navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbaleff214 committed Jul 13, 2024
1 parent b3d79a8 commit 2c1b08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Layouts/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ onMounted(() => {
<Banner />

<div class="min-h-screen bg-gray-100 dark:bg-gray-900">
<nav class="bg-white dark:bg-gray-800 border-b border-gray-100 dark:border-gray-700 sticky top-0 z-50">
<nav class="bg-white dark:bg-gray-800 border-b border-gray-100 dark:border-gray-700 z-50">
<!-- Primary Navigation Menu -->
<div class="max-w-screen-2xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16">
Expand Down

0 comments on commit 2c1b08d

Please sign in to comment.