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

@@ -16,8 +16,6 @@ define([
$(function () {
var $main = $('#mainBlock');
$('#noscriptContainer').remove();
// Language selector
var $sel = $('#language-selector');
Cryptpad.createLanguageSelector(undefined, $sel);