Skip to content

Commit e33d876

Browse files
fix(breadcrumbs): revert original layout styles of nav element
1 parent 54b8875 commit e33d876

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Breadcrumbs.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ const Breadcrumbs: React.FC<IProps> = ({
5656
return (
5757
<Breadcrumb
5858
dir="auto"
59+
position="relative"
60+
zIndex="1"
61+
mb={8}
5962
sx={{
6063
// TODO: Move this to `listProps` upon upgrading `@chakra-ui/react`
6164
// to at least v2.4.2

0 commit comments

Comments
 (0)