fix audio tracks

This commit is contained in:
Luke Pulverenti 2016-02-25 01:09:10 -05:00
parent 08122a5e93
commit b3d91930d3
6 changed files with 154 additions and 17 deletions

View file

@ -1189,6 +1189,13 @@ paper-input + .fieldDescription {
margin-bottom: 30px !important;
}
.ui-content {
border-width: 0;
overflow: visible;
overflow-x: hidden;
padding: 1em;
}
.page > .ui-content, .pageWithAbsoluteTabs .pageTabContent {
/* Need this so that the audio player doesn't cover content, but also for unveil lazy loading. */
padding-bottom: 160px;