Skip to content

Commit

Permalink
fix template page breadcrumb ui (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiragchhatrala authored Nov 21, 2024
1 parent b0e9502 commit 9bd069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/global/Breadcrumb.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<section
class="sticky flex items-center inset-x-0 top-0 z-20 py-3 bg-white border-b border-gray-200"
class="sticky flex items-center inset-x-0 top-0 z-10 py-3 bg-white border-b border-gray-200"
>
<div class="hidden md:flex flex-grow">
<slot name="left" />
Expand Down

0 comments on commit 9bd069f

Please sign in to comment.