Skip to content
Snippets Groups Projects
Commit bd7f0d82 authored by xaralis's avatar xaralis
Browse files

fix: modal on mobile screens

parent 95eb495a
Branches
Tags 2.0.0-alpha-17
No related merge requests found
Pipeline #1902 passed
...@@ -26,12 +26,12 @@ ...@@ -26,12 +26,12 @@
.modal__container { .modal__container {
@apply @apply
h-full h-auto
p-3 p-3
pointer-events-auto; pointer-events-auto;
@screen md { @screen md {
@apply h-auto p-0; @apply p-0;
} }
.modal__container-body { .modal__container-body {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment