JakePickle / teamform-seed

This project is an application skeleton. It is used for a HKUST Software Engineering Course (COMP3111/H) in Fall 2016/17. My goal: The project is not asking students to re-produce the sample project. We should encourage students to do something better than the TA.
https://course.cse.ust.hk/comp3111/teamform/
MIT License
0 stars 4 forks source link

Fix the two-scrollbar issue #31

Open suyanzhe opened 7 years ago

suyanzhe commented 7 years ago

The design with two scrollbar on the main view is not so user friendly, and might cause potential problems on mobile.

screen shot 2016-11-09 at 20 15 36
suyanzhe commented 7 years ago

The left side nav seems to be also too crowded when the screen is short and wide like a resized desktop browser. This should be fixed.

jacoblxliu commented 7 years ago

Do you think this issue is completely fixed? @suyanzhe

jacoblxliu commented 7 years ago

If so, close it.

suyanzhe commented 7 years ago

Partly fixed on desktop, fully fixed on mobile <767px. May I ask is it desired to scroll the content (i.e. team.html) with the top and left nav fixed on larger screens wider than 768px?