浏览代码

Fix issue #361

Simply added "overflow-x :hidden;", which seems to fix the issue for me locally.
torres126 6 年之前
父节点
当前提交
51bf3ab116
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      libre-2/style.css

+ 1 - 0
libre-2/style.css

@@ -375,6 +375,7 @@ big {
 --------------------------------------------------------------*/
 html {
 	box-sizing: border-box;
+	overflow-x: hidden;
 }
 
 *,