scroll on small windows

This commit is contained in:
Matteias Collet 2017-11-08 19:35:31 +01:00
parent a9329f953b
commit b6a9a9b187
2 changed files with 9 additions and 1 deletions

View file

@ -2,7 +2,8 @@
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="Description" content="Generates cheatfiles for Super Mario Sunshine speedrun practice.">
<meta name="description" content="Generates cheatfiles for Super Mario Sunshine speedrun practice.">
<meta name="keywords" content="mario sunshine, speedrun, practice codes">
<link rel="stylesheet" href="style/style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<title>SMS GCT Generator</title>

View file

@ -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;