Skip to content

Commit

Permalink
fix: fix bug with HeroImage
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Mar 21, 2024
1 parent dccb00a commit f67474a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.mdx-hero-image {
--default-z-index: -1;
z-index: var(--default-z-index);
position: relative;

button {
display: none !important;
Expand Down

0 comments on commit f67474a

Please sign in to comment.