Fix weird overflow scroll bug in firefox

This commit is contained in:
Roland Rytz 2017-04-06 19:21:45 +02:00
parent f6d483bc9a
commit 5817ac664c
3 changed files with 14 additions and 7 deletions

View File

@ -36,7 +36,6 @@ html, body{
min-width: 100%;
height: 100%;
width: 100%;
overflow: hidden;
}
body{
@ -44,6 +43,10 @@ body{
/*height: 100vh;*/
/*width: 100%;*/
/*width: 100vw;*/
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
font-family: sans;
background-color: #111111;
@ -51,10 +54,12 @@ body{
}
#wrapper{
min-height: 100%;
min-width: 100%;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}
@ -236,6 +241,8 @@ optgroup{
margin-left: 320px;
overflow: hidden;
overflow-x: hidden;
overflow-y: hidden;
}
#innerContainer{

View File

@ -26,7 +26,7 @@
<html>
<head>
<meta charset="utf-8">
<link href="./_css/style.css?version=1.0.12" rel="stylesheet" type="text/css" media="all">
<link href="./_css/style.css?version=1.0.13" rel="stylesheet" type="text/css" media="all">
<title>
The /r/place Atlas
</title>

View File

@ -26,7 +26,7 @@
<html>
<head>
<meta charset="utf-8">
<link href="./_css/style.css?version=1.0.12" rel="stylesheet" type="text/css" media="all">
<link href="./_css/style.css?version=1.0.13" rel="stylesheet" type="text/css" media="all">
<title>
The /r/place Atlas
</title>