Skip to content

Commit

Permalink
sidebar overflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrike committed Jan 11, 2012
1 parent 11c3c2a commit 9a094c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/album.html.php
Expand Up @@ -106,7 +106,7 @@
</div>
<? if (module::get_var("th_pear4gallery3", "sidebar_view") != ''): ?>
</td><td>
<div id="sidebarContainer">
<div id="sidebarContainer" style="overflow-y: auto;">
<div id="sidebarBorder" style="background-color: darkGrey; width: 5px; height: 100%; position: absolute;"></div>
<div id="sidebar" class="sidebar" style="width: 220px; position: aboslute; padding-left: 5px;">
<? if ($theme->page_subtype != "login"): ?>
Expand Down

0 comments on commit 9a094c2

Please sign in to comment.