Skip to content

Commit

Permalink
Remove problematic line
Browse files Browse the repository at this point in the history
Removed a line in lpn.js which interfered with the CSS and created incorrect scrollbars.
  • Loading branch information
So-Cool committed Jun 26, 2018
1 parent 0c2defc commit f7c3b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/js/lpn_overflowfix_examplesfix_iframefix_previewfix.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const setSwishScale = () => $(window).height() <= 900 ? 0.65 : $(window).height(
function scaleBoxes(){
verSwishScale = setSwishScale();
$('pre.source.newswish').css('height', ($(window).height() * verSwishScale).toString());
$('.innerswishbox').css('overflow', 'auto');
};

// Remove examples from the previews visually
Expand Down

0 comments on commit f7c3b7b

Please sign in to comment.