Skip to content

Commit

Permalink
removed hard height set in injected styles (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersticka committed Jul 23, 2013
1 parent d4e82d5 commit 7dc9e92
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/jquery.offcanvasmenu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/jquery.offcanvasmenu.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ $.offCanvasMenu = (options) ->
}
" + container + " " + settings.menu + " {
display : block;
height : 0;
left : " + menuLeft + ";
margin : 0;
overflow: hidden;
Expand Down

0 comments on commit 7dc9e92

Please sign in to comment.