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;