Browse Source

Fix wrapper background to extend vertically across scrolling timeline

master
Dionysis Zindros 11 years ago
parent
commit
25180b687a
  1. 2
      css/style.css

2
css/style.css

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

Loading…
Cancel
Save