From b6a9a9b18771eed69ff3a27ab8c85be63750a708 Mon Sep 17 00:00:00 2001 From: Matteias Collet Date: Wed, 8 Nov 2017 19:35:31 +0100 Subject: [PATCH] scroll on small windows --- index.html | 3 ++- style/style.css | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a312a23..ba79a92 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,8 @@ - + + SMS GCT Generator diff --git a/style/style.css b/style/style.css index 8d97ad9..7374d3d 100644 --- a/style/style.css +++ b/style/style.css @@ -138,6 +138,13 @@ th { border-radius: 4px; width: 500px; min-height: 150px; + overflow-y: auto; + overflow-x: hidden; + max-height: 100vh; + -ms-overflow-style: none; +} +.framed::-webkit-scrollbar { + display:none; } #warningMessage { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;