소스 검색

css tablet test fix

AkiraLaine 9 년 전
부모
커밋
b59168f3ab
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      app/client/app.css

+ 3 - 0
app/client/app.css

@@ -494,6 +494,9 @@ form button:hover {
 
 /* Tablet view fix */
 @media (max-width: 768px){
+    body{
+        height: auto !important;
+    }
     .bg-bubbles li:nth-child(10) {
         display: none;
     }