From a3b7668592badd5107a614e82fee4abc39d3a42b Mon Sep 17 00:00:00 2001 From: Rafael Saback Date: Thu, 10 Sep 2020 11:38:41 +0200 Subject: [PATCH] Fix overflow on mobile --- src/Components.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components.js b/src/Components.js index bd88b58..26144a7 100644 --- a/src/Components.js +++ b/src/Components.js @@ -7,6 +7,7 @@ export const Container = styled.div` height: 100%; min-height: 100vh; background: linear-gradient(to bottom, #f2f2f2 0%, #333 100%); + overflow: hidden; `; export const ReaderContainer = styled.div` font-size: 16px;