Skip to content

Commit

Permalink
fix: removed styling that maximizes dialogs on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
markuczy committed Oct 24, 2024
1 parent 0c0bdfe commit f02c5b1
Showing 1 changed file with 0 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,3 @@
}
}
}

@media (max-width: $mobileBreakpoint) {
.p-dialog.p-dialog {
transition: none;
transform: none;
width: 100vw !important;
height: 100vh !important;
top: 0px !important;
left: 0px !important;
max-height: 100%;
height: 100%;
}
}

0 comments on commit f02c5b1

Please sign in to comment.