Forums

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

Home Forums CSS How to hide scrollbar in mozilla firefox Reply To: How to hide scrollbar in mozilla firefox

#206711
Shikkediel
Participant

Here’s a screenshot, giving it fixed position with CSS or possibly a left: 0 will solve the issue for IE and maybe Firefox as well :

anony.ws/iframe.png

When going to your site, we are actually connecting to nine others. It’s a personal choice but I would get rid of the direct social media links and add nice icons with a ‘normal’ link. But even though there’s a whole lot of <script> and <link> tags I may have overstated, having developer tools open made things slower.

Edit – the iframe ends up sticking to the side of the footer because most of the wrapper divs are set to display: inline-block. Combined with a float and width: 100% (?) this is apparently causing some edge case behaviour.