enridaga / gapvis

A visual interface for reading ancient texts for the Google Ancient Places project
http://googleancientplaces.wordpress.com
Other
5 stars 2 forks source link

Layout easily breaks on window resizing #13

Closed enridaga closed 10 years ago

enridaga commented 10 years ago

When the user has a window smaller then the given fixed height, half of the UI is unreachable. At first sight, there is some fixed height + absolute positioning which is not really needed. Removing them and adjusting the related css properties should do the job.

enridaga commented 10 years ago

Looking at it better, remove the fixed height is not an easy thing... we go for fixing the resizing by keeping the same layout - two column based with fixed height.