When I use the Fancybox 2 jquery plugin, a margin-right of 23px gets added (width of scrollbar).
Here’s the website (click on the Site Map button):
http://kevinlouisdesign.com/projects/Canu/web/
What I don’t like is that it makes the content jump to the left when the fancybox shows up. I’d like to get rid of this margin-right style.
It’s a
CSSfix. On the.fancybox-lockstyle, get rid of theoverflow-y: scroll, so the style that looks like this:Should instead look like this:
This will handle it for you.