speirling / songbook

CakePHP+jQuery system for managing song lyrics and chords.
2 stars 0 forks source link

On iPad lyrics to long songs disappear off the bottom of the screen #57

Closed speirling closed 7 years ago

speirling commented 7 years ago

Scrolling simply doesn't work?

speirling commented 7 years ago

The content panel height is not limited. I need it to go from the bottom of the header to the bottom of the screen I think.

speirling commented 7 years ago

standard cake.css line 535 .container overflow is set to hidden. that affects the content panel's container.

speirling commented 7 years ago

Might be a job for css calc() e.g. width: calc(100% - 3em);