Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
macandcheese committed Dec 16, 2022
1 parent ac78d8a commit cb223dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modal/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
.content {
@apply bg-foreground-1 relative box-border block h-full overflow-auto p-0;
max-block-size: calc(100vh - 12rem);
padding-block: var(--calcite-modal-content-padding, ; padding-inline: var(--calcite-modal-padding-internal));
}

.content--no-footer {
Expand Down

3 comments on commit cb223dc

@anveshmekala
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is due to eslint logical props check.

@macandcheese
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is due to eslint logical props check.

Thanks, fixing now ... I was thinking ... that's not what I committed, lol.

@anveshmekala
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

haha, it feels like a ghost commit. I fell for that multiple times before figuring out .

Please sign in to comment.