Fix horizontal scrollbar in Edge #3

This commit is contained in:
yflory
2017-02-28 17:13:51 +01:00
parent d683dc499a
commit 345d2faab2
5 changed files with 8 additions and 2 deletions

View File

@@ -260,6 +260,7 @@ body.html {
left: 0;
bottom: 0;
right: 0;
z-index: 2;
#noscript {
width: 1000px;
display: flex;
@@ -269,7 +270,6 @@ body.html {
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 2;
noscript {
font-size: 25px;
text-align: center;