examples/layout/calendar.html
authorEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:31:32 +0000 (18:31 +0800)
committerEdward <edward@roojs.com>
Wed, 9 Apr 2014 10:31:32 +0000 (18:31 +0800)
examples/layout/calendar.html

index 39c4df3..fb8d485 100644 (file)
@@ -102,7 +102,7 @@ html>body thead tr {
 /* induced side effect is that child TDs no longer accept width: auto                     */
 html>body tbody {
        display: block;
-       height: 500px;
+       height: 100%;
        overflow: auto;
        width: 100%
 }