Skip to content

Commit

Permalink
Add comment for Modal style
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Oct 29, 2024
1 parent 1bf3037 commit f3e576d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/modal/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
flex-direction: row;
justify-content: space-between;
align-items: center;
height: $header-height + $grid-unit-10;
height: $header-height + $grid-unit-10; // 72px
width: 100%;
z-index: z-index(".components-modal__header");
position: absolute;
Expand Down

0 comments on commit f3e576d

Please sign in to comment.