Fix horizontal scrollbar in Edge #3
This commit is contained in:
@@ -721,6 +721,7 @@ html.cp,
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: 2;
|
||||
}
|
||||
.cp #noscriptContainer #noscript {
|
||||
width: 1000px;
|
||||
@@ -731,7 +732,6 @@ html.cp,
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
}
|
||||
.cp #noscriptContainer #noscript noscript {
|
||||
font-size: 25px;
|
||||
|
||||
@@ -15,6 +15,8 @@ define([
|
||||
$(function () {
|
||||
var $main = $('#mainBlock');
|
||||
|
||||
$('#noscriptContainer').remove();
|
||||
|
||||
// Language selector
|
||||
var $sel = $('#language-selector');
|
||||
Cryptpad.createLanguageSelector(undefined, $sel);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user