Skip to content

Commit

Permalink
FIX: sidebar scrollable in all schemes [15].
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Sep 23, 2017
1 parent 920bd39 commit a0914e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/js/src/schemes/pisces.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(document).ready(function () {
}

function resizeListener () {
var mql = window.matchMedia('(min-width: 991px)')
var mql = window.matchMedia('(min-width: 991px)');
mql.addListener(function(e){
if(e.matches){
recalculateAffixPosition();
Expand Down

0 comments on commit a0914e8

Please sign in to comment.