Disable the index vertical scrollar in horizontal theme

Nina_Nina / 2013-06-12 12:56:51   

Hello,

I would like to know if there is a way to disable the vertical scrollbar which appears for the index when there the text is longer than the window.

I try to do it by replacing "overflow : auto" by "overflow : none" and "position : fixed" by "position : absolute" in the #index in the base.css file

#index {
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
position: absolute;
opacity: 0.80;
z-index: 1;
}

I used this method with the old indexhibit and it works fine with vertical themes.
But with the horizontal theme, the index disappear when you scroll to the right.

Is there a way to stuck the index with the exhibit vertically but not horizontally?

Here is the website i'm working on simonthiebaut.com/ (WARNING : some photos in the WORKS sections are NSFW).

Thanks,
Nina

arsondpi / 2013-06-12 17:11:16   

A coding challenge! It could be done with javascript I guess

ps. I like your work.

This thread has been closed, thank you.