소스 검색

https://github.com/2DU/openNAMU/issues/370

ect (or 2du) 8 년 전
부모
커밋
264a0f5e75
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      views/acme/css/style-responsive.css

+ 6 - 1
views/acme/css/style-responsive.css

@@ -558,4 +558,9 @@ table#toron tbody tr td {
 
 ul#redirect {
     margin-bottom: 0;
-}
+}
+
+html, body { 
+    max-width: 100%; 
+    overflow-x: hidden; 
+}