Skip to content

Commit

Permalink
gocd#285 - Don't make sidebar sticky on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindsv committed May 3, 2016
1 parent faa795f commit 6163e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/assets/javascripts/app/_getting_started.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jQuery(document).ready(function($) {
setupSmoothScrollForSamePageLinks();
highlightCorrectNavigationSectionBasedOnLocation();

enquire.register("screen and (min-width: 992px)", {
enquire.register("screen and (min-width: 992px) and (min-height: 700px)", {
match : function() {
stickySidebar();
},
Expand Down

0 comments on commit 6163e4a

Please sign in to comment.