Selaa lähdekoodia

Minimal changes on base

soyjavi 13 vuotta sitten
vanhempi
commit
e4ec1d51b0
2 muutettua tiedostoa jossa 11 lisäystä ja 6 poistoa
  1. 7 3
      src/stylesheets/Lungo.base.less
  2. 4 3
      src/stylesheets/css/Lungo.base.css

+ 7 - 3
src/stylesheets/Lungo.base.less

@@ -99,18 +99,22 @@ body {
     padding: 0;
     width: 100%;
     height: 100%;
-    max-height: 100%;
+    // max-height: 100%;
 
-    overflow: hidden;
+    // overflow: hidden;
+    overflow-y: visible !important;
 
     font-family: Helvetica, Arial, sans-serif;
     font-size: 13px;
     line-height: 1.231;
 
+
+    -webkit-user-select:none;
     -webkit-touch-callout: none;
-    display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-box-align: stretch;
+    -webkit-tap-highlight-color: rgba(0,0,0,0);
+    display: -webkit-box;
 }
 
 a {

+ 4 - 3
src/stylesheets/css/Lungo.base.css

@@ -116,15 +116,16 @@ body {
   padding: 0;
   width: 100%;
   height: 100%;
-  max-height: 100%;
-  overflow: hidden;
+  overflow-y: visible !important;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 13px;
   line-height: 1.231;
+  -webkit-user-select: none;
   -webkit-touch-callout: none;
-  display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-box-align: stretch;
+  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
+  display: -webkit-box;
 }
 a {
   text-decoration: none;