Skip to content

Commit

Permalink
Allow sidebar content scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
julen authored and unho committed Apr 22, 2014
1 parent 08fbe03 commit 60f8e98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pootle/static/css/style.css
Expand Up @@ -681,6 +681,8 @@ html[dir="rtl"] #sidebar
#sidebar.sidebar-open #staticpage
{
display: block;
overflow-y: auto;
margin: 0;
}

.sidebar-open #sidebar-toggle:after
Expand Down
1 change: 1 addition & 0 deletions pootle/static/js/common.js
Expand Up @@ -489,6 +489,7 @@

if (bodyHeight < contentAreaHeight) {
$body.css('height', contentAreaHeight);
$('#sidebar #staticpage').css('height', contentAreaHeight);
}
}

Expand Down

0 comments on commit 60f8e98

Please sign in to comment.