Fix horizontal scrollbar in edge

This commit is contained in:
yflory
2017-02-28 18:02:12 +01:00
parent 345d2faab2
commit f130fd0598
14 changed files with 64 additions and 82 deletions

View File

@@ -714,7 +714,7 @@ html.cp,
background-color: #000;
opacity: 0.35;
}
.cp #noscriptContainer {
.cp noscript #noscriptContainer {
color: black;
position: absolute;
top: 50px;
@@ -723,7 +723,7 @@ html.cp,
right: 0;
z-index: 2;
}
.cp #noscriptContainer #noscript {
.cp noscript #noscriptContainer #noscript {
width: 1000px;
display: flex;
align-items: center;
@@ -732,8 +732,6 @@ html.cp,
margin-left: auto;
margin-right: auto;
position: relative;
}
.cp #noscriptContainer #noscript noscript {
font-size: 25px;
text-align: center;
color: #fff;