Browse Source

css tablet test fix

AkiraLaine 9 years ago
parent
commit
b59168f3ab
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/client/app.css

+ 3 - 0
app/client/app.css

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