فهرست منبع

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;
 }
 
 *,