diff --git a/public/javascripts/responsive.js b/public/javascripts/responsive.js index 3a62769..914a72b 100644 --- a/public/javascripts/responsive.js +++ b/public/javascripts/responsive.js @@ -67,4 +67,4 @@ $(document).ready(function () { $responsiveBtn.trigger('click'); }); -}); \ No newline at end of file +}); diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index ae96fe3..191abe7 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -57,7 +57,7 @@ } #main { - overflow: hidden; + /*overflow: hidden;*/ margin: 20px auto; min-height: 0; } @@ -164,4 +164,3 @@ margin-top: 0; } } -