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.. :)
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.. :)
I guess other options would be to resize the images you are using or change the container size.