From f79e7db5b48603f26e2079fe74b324628a3be6a8 Mon Sep 17 00:00:00 2001 From: Fabio Arazaki Date: Fri, 6 Dec 2024 15:23:26 -0300 Subject: [PATCH] style: fix --- src/styles/globals.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index b904c5b..8486905 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -30,6 +30,8 @@ body { min-height: 100vh; width: 100%; line-height: normal; + max-height: 100vh; + overflow-y: auto; } a {