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

index fb8d485..39c4df3 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: 100%;
+       height: 500px;
        overflow: auto;
        width: 100%
 }