scroll on small windows
This commit is contained in:
parent
a9329f953b
commit
b6a9a9b187
2 changed files with 9 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue