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

fix: modal on mobile screens

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