CSC480-16S / roots-GUI

GUI teams repo
0 stars 2 forks source link

Ensure there is not scrolling on any page #33

Open wshanaa opened 8 years ago

wshanaa commented 8 years ago

The height of the page should not exceed beyond the bottom of the of the screen, unless the users screen can only display a height of less than 600 px or so as a single page. This might be too restrictive though.

ecshafer commented 8 years ago

This is going to have to be done most likely through css changing sizes to % of height and width instead of pixels. Jquery has some of this shit as well.