Skip to content

Commit

Permalink
Fixing #19 md viewer scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilian committed Dec 16, 2013
1 parent 16a3402 commit febd75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/ext/viewerMD/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ define(function(require, exports, module) {

exports.setContent = function(content) {
var html = md2htmlConverter.makeHtml(content);
$('#'+containerElID).css("overflow","auto");
$('#'+containerElID).append(html);
};

Expand Down

0 comments on commit febd75f

Please sign in to comment.