Explorar o código

scrollgrid fixes

Adam Shaw %!s(int64=6) %!d(string=hai) anos
pai
achega
6b3fa5c77c
Modificáronse 2 ficheiros con 6 adicións e 6 borrados
  1. 1 1
      packages-premium
  2. 5 5
      packages/core/src/styles/_scrollgrid.scss

+ 1 - 1
packages-premium

@@ -1 +1 @@
-Subproject commit 38563a353da1b095dcd59f6ca791742c9682e469
+Subproject commit 9f09518bd1af107211bb9a3c69c21eb2cfc83410

+ 5 - 5
packages/core/src/styles/_scrollgrid.scss

@@ -14,14 +14,14 @@
 
   table { // inner tables
     border-style: hidden; // kill outer border
-
-    &.vgrow > * > tr > * { // cells
-      height: 100%; // hack for IE
-    }
   }
 
 }
 
+table.vgrow > * > tr > * { // cells
+  height: auto; // if height is set, rows wont expand evenly
+}
+
 .scrollgrid__section { // a <tr>
   height: 1px;
 
@@ -34,7 +34,7 @@
   height: auto; // undo 1px height. will cancel height:100% also
 
   > td {
-    height: 100%;
+    height: auto;
   }
 }