How to always show the scrollbar in detail view?
Posted: 25 Apr 2012, 19:29
Where can I change the configuration in Phoca Gallery that it always show me the vertical scrollbar?
My website has a overflow-y:scroll; CSS tag and when I open a detailed view of a picture, the vertical scrollbar disappears.
It's an annoying effect, because the layout jumps horizontally.
I tried to change in .../views/detail/view.html.php the value:
$oH = 'overflow:hidden';
to
$oH ='';
but nothing happens.
I also tried to find the lines which are explained in FAQ, but I didn't find them...
<?php
// FROM
." html,body, .contentpane{overflow:hidden;background:".
$detail_window_background_color.";} \n"
// TO
." html,body .contentpane{background:".$detail_window_background_color
.";} \n"
?>
Thanks in advance!
Ciaooo!
My website has a overflow-y:scroll; CSS tag and when I open a detailed view of a picture, the vertical scrollbar disappears.
It's an annoying effect, because the layout jumps horizontally.
I tried to change in .../views/detail/view.html.php the value:
$oH = 'overflow:hidden';
to
$oH ='';
but nothing happens.
I also tried to find the lines which are explained in FAQ, but I didn't find them...
<?php
// FROM
." html,body, .contentpane{overflow:hidden;background:".
$detail_window_background_color.";} \n"
// TO
." html,body .contentpane{background:".$detail_window_background_color
.";} \n"
?>
Thanks in advance!
Ciaooo!