Remove scrollbar from a main block (noob)

Permalink
Hi,
I'd like to remove/hide the vertical and the horizontal scrollbar of an image block.

I tried this but it doesn't work :
html {
overflow:hidden;
}

Thanks for your help, im stuck.. :)

 
TooqInc replied on at Permalink Best Answer Reply
TooqInc
Changing the general_styles.css on line 47 to overflow:hidden (using Chrome's inspect element) did the trick for me. I'm not sure how that might ripple through the rest of your site, but editing the .css file directly seems to take the change.

I guess other options would be to resize the images you are using or change the container size.
renorr replied on at Permalink Reply
Thanks dude!
It's perfect :)