Skip to content

Commit

Permalink
fix: fix bug with Grid mobile style
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhojang6 committed Dec 13, 2023
1 parent 60b2566 commit 186f3be
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,17 +234,17 @@ const GridRoot = styled.div<{
border-right: none !important;
}
}
}
.mdx-grid__scroll-button {
width: 28px;
}
.mdx-grid__scroll-button--left {
display: none;
& > :has(.mdx-grid__scroll-button) {
button {
width: 28px;
padding: 0;
justify-content: center !important;
}
}
}
.mdx-grid__scroll-button--right {
.mdx-grid__scroll-button {
display: none;
}
`)}
Expand Down

0 comments on commit 186f3be

Please sign in to comment.