Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to make ribbon’s corners overflow, hidden Re: How to make ribbon’s corners overflow, hidden

#104107
Paulie_D
Member

So you’re only worried about viewports that are just a little bit more than 1024px. Seems like a minor issue since you are happy with scrolling under than number.

Fair enough, I’d use a media query and have the corners not be visible until the viewport was wider than the width you have assigned (i.e 1024 + 2xExtra.)

That should do it.