Skip to content

Commit

Permalink
Merge pull request #44 from gdpelican/fix-sidebar-scrolling
Browse files Browse the repository at this point in the history
Fix sidebar scrolling
  • Loading branch information
gdpelican committed Sep 4, 2015
2 parents 5f2f3cd + cc900ec commit 28b3a69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions assets/stylesheets/babble.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ li.babble-post .babble-post-content a.mention {
float: left;
width: 20px;
height: 20px;
margin-right: 5px;
margin: 5px 5px 0 0;
}

.babble-post-body {
Expand Down Expand Up @@ -105,8 +105,11 @@ li.babble-post .babble-post-content a.mention {

.babble-menu {
.slide-in { // styles for slide-in menu
box-sizing: border-box;
padding-bottom: 100px;

.panel-body {
margin-bottom: 150px;
position: relative;
}
.babble-post-composer {
position: fixed;
Expand Down
2 changes: 1 addition & 1 deletion plugin.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# name: babble
# about: Shoutbox plugin for Discourse
# version: 0.5.0
# version: 0.5.1
# authors: James Kiesel (gdpelican)
# url: https://github.com/gdpelican/babble

Expand Down

0 comments on commit 28b3a69

Please sign in to comment.