Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Bootstrap background inconsistencies

My issue is with the bootstrap background.

Chrome has this issue, while firefox works as expected.

When I tried to use the <body class"bg-info"> only part of the background was affected with the cool blue, and the remaining portion of the background was a different shade of blue.

The error is not a universal issue, as some colors work as expected.

I moved the browser to my second monitor and the problem persists. I'm using google chrome and it is up to date as of today.

I follow along with all of the lessons, and I spend a lot of time trying to replicate the instructors examples.

Thanks,

Matt Miles

1 Answer

I used a wrap div AND gave it a min-height of 100vh: This was a good workaround. I think the issue is a chrome issue, as my older desktop using an earlier chrome version doesn't have this problem. Both pcs use the same OS, ubuntu 16.04. Issue closed on my end.