From dc209fa1921b71467414cd6ba7776794c21ea467 Mon Sep 17 00:00:00 2001 From: shibao Date: Sun, 20 Feb 2022 20:28:34 -0500 Subject: [PATCH] fix modals with overflowing content --- lib/cannery_web/live/live_helpers.ex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/cannery_web/live/live_helpers.ex b/lib/cannery_web/live/live_helpers.ex index 6e5b5e1..7e278a2 100644 --- a/lib/cannery_web/live/live_helpers.ex +++ b/lib/cannery_web/live/live_helpers.ex @@ -54,12 +54,13 @@ defmodule CanneryWeb.LiveHelpers do id="modal" class="fixed z-10 left-0 top-0 pointer-events-none w-full h-full overflow-hidden - p-8 flex flex-col justify-center items-center" + p-4 sm:p-8 flex flex-col justify-center items-center" >