From b75598d879e1b9153d89a96f7b0f66ad8d641f71 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Mon, 11 Oct 2021 20:50:51 +0200 Subject: feat(preview): tag display and scroll fix --- styles/globals.css | 1 + 1 file changed, 1 insertion(+) (limited to 'styles') diff --git a/styles/globals.css b/styles/globals.css index 6e5a179..f3ca9ba 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,6 +4,7 @@ body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; + overflow: hidden; } h1 { font-weight: bold; -- cgit v1.2.3