소스 검색

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