2
0
Эх сурвалжийг харах

스크롤 생기는 버그 해결

Surplus_Up (2DU) 7 жил өмнө
parent
commit
1ee6f4bdeb

+ 1 - 1
views/main_css/main.css

@@ -31,7 +31,7 @@ s:hover, strike:hover, del:hover { color: gray; background-color: gainsboro; tex
 #main_table_width_half { width: 50%; }
 #main_table_width_quarter { width: 25%; }
 #redirect { border: 1px solid; padding: 10px; }
-body { word-break: break-all; overflow: scroll; }
+body { word-break: break-all; overflow: auto; }
 hr.main_hr { border: none; }
 #include_link { display: none; }
 .foot_plus { background: gainsboro; }

+ 0 - 1
views/neo_yousoro/css/main.css

@@ -4,7 +4,6 @@ body {
     word-wrap: break-word;
     margin: 0;
     font-family: "나눔고딕", "nanumgothic", "Nanum Gothic", "KoPub Dotum", "Malgun Gothic", "맑은 고딕", "sans-serif";
-    overflow: auto;
 }
 
 ul {