From 56dd2ec807eda8dc328a92e1c8cf88fcaf786037 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 9 Jul 2022 16:21:11 +0200 Subject: Allow to scroll vertically on the form --- public/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/main.css b/public/main.css index 6bc1701..3c850c2 100644 --- a/public/main.css +++ b/public/main.css @@ -60,7 +60,7 @@ body { font-family: sans-serif; margin: 0; font-size: var(--font-size-bear); - overflow: hidden; + overflow-x: hidden; position: relative; } @@ -80,6 +80,7 @@ header { .g-Form { display: flex; margin-top: var(--spacing-elephant); + margin-bottom: var(--spacing-dog); flex-direction: column; row-gap: var(--spacing-horse); align-items: center; @@ -116,7 +117,7 @@ header { position: relative; font-family: chords; font-size: var(--font-size-whale); - overflow: visible; + overflow-x: visible; } .g-Play--Shift { -- cgit v1.2.3