diff --git a/routes/_components/FreeTextLayout.html b/routes/_components/FreeTextLayout.html index cbb82cb..4257f55 100644 --- a/routes/_components/FreeTextLayout.html +++ b/routes/_components/FreeTextLayout.html @@ -8,4 +8,12 @@ :global(.free-text p) { margin: 30px 0; } + :global(.free-text) { + overflow-y: auto; /* fixes weird iOS Safari bug where scrolling gets stuck */ + } + @media (max-width: 767px) { + :global(.free-text) { + margin: 10px; + } + } \ No newline at end of file diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 3033ad5..ce524aa 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,7 +1,7 @@ <:Window bind:innerHeight />