Skip to content

Commit

Permalink
fix(modal): position style
Browse files Browse the repository at this point in the history
  • Loading branch information
theiliad committed Dec 4, 2024
1 parent 4408fe6 commit 2015076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/scss/components/toolbar/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
transform-origin: top center;
transition: transform 0.24s cubic-bezier(0.4, 0.14, 1, 1);

@media (max-width: 671px) {
transform: none;
}

@media (min-width: 42rem) {
position: static;
width: 84%;
Expand Down

0 comments on commit 2015076

Please sign in to comment.