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

View file

@ -26,7 +26,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <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> <title>
The /r/place Atlas The /r/place Atlas
</title> </title>

View file

@ -26,7 +26,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <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> <title>
The /r/place Atlas The /r/place Atlas
</title> </title>