aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Nav bar covers top of screen #843

Closed Rick-Anderson closed 7 years ago

Rick-Anderson commented 7 years ago

image

To repro:

Create a new MVC web app with all the defaults. Narrow the screen and hit the nav bar.

626 might make this moot.

If you don't want to change the template we should at least document how you could change this.

cc @Drek1Droid

Drek1Droid commented 7 years ago

If you have enough links, and a long enough email address used in the greeting on the nav bar, you don't have to hit the nav bar to see the effect as simply narrowing the screen will cause the nav bar to double in height, obscuring the body content below. Normal:

nav1 After narrowing:

nav

Eilon commented 7 years ago

This issue was moved to aspnet/templating#84