From b33ae49ce6670859cf25510189cf995f0c7d4846 Mon Sep 17 00:00:00 2001 From: Bernardo Anderson Date: Wed, 10 Jun 2026 11:57:06 -0500 Subject: [PATCH 1/2] CP-14020 - Adjust mobile layout for bottom elements Prevent the fixed bottom container from covering the full viewport height on mobile by removing the `h-full` class, and adjust the expand form button position from `bottom-0` to `bottom-12` to avoid overlap with other content. --- app/javascript/submission_form/form.vue | 2 +- app/views/submit_form/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/javascript/submission_form/form.vue b/app/javascript/submission_form/form.vue index a2710064c..0882f0866 100644 --- a/app/javascript/submission_form/form.vue +++ b/app/javascript/submission_form/form.vue @@ -67,7 +67,7 @@