Skip to content

Commit

Permalink
fix(modal): small screen view (#10511)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
ariellalgilmore and kodiakhq[bot] authored Jun 6, 2023
1 parent 6096958 commit 7f4aaef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added packages/carbon-web-components/package.tgz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
background-color: $field-02;
}

.#{$prefix}--modal-container {
transform: translate3d(0, 0, 0);
}

.#{$prefix}--modal-container {
@include carbon--breakpoint(md) {
::slotted(#{$prefix}-modal-header),
Expand Down

0 comments on commit 7f4aaef

Please sign in to comment.