systemapic / systemapic.js

Systemapic Javascript API
https://systemapic.com
0 stars 3 forks source link

Remove scrolling in pop-ups on PC #131

Open jorgenevil opened 8 years ago

jorgenevil commented 8 years ago

Remove scrolling in pop-up on PC. This might seem like an easy task, but it cannot be done with CSS as the width of the pop-up varies. We need to know the pixel width of the outer wrapper, and set the width of the inner (scroll) wrapper to 20px wider. I will do this after I have fixed the more pressing issues.