Fix wrapper background to extend vertically across scrolling timeline

This commit is contained in:
Dionysis Zindros 2014-01-08 00:23:55 -08:00
parent b8416fd956
commit 25180b687a

View File

@ -255,7 +255,7 @@ button.disabled:hover
padding: 55px 15px 15px 15px;
position: relative;
z-index: 1;
height: 100%;
min-height: 100%;
}
.dashboard
{