Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request #18 in WS/myscriptjs from fix-smartguide-edge to m…
Browse files Browse the repository at this point in the history
…aster

* commit 'd4601d9b868b49efa661fa5d9da8a006575fe8dc':
  [smartGuide] fix the always appearing scrollbar on edge (MSIS-995)
  • Loading branch information
Steven Roulleau committed Nov 6, 2018
2 parents 2969915 + d4601d9 commit 4164d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartguide/SmartGuide.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export function createSmartGuide(editor) {
* @type {Clipboard}
*/
const clipboard = new Clipboard(elements.copyElement);
const perfectScrollbar = new PerfectScrollbar(elements.textContainer, { suppressScrollY: true });
const perfectScrollbar = new PerfectScrollbar(elements.textContainer, { suppressScrollY: true, scrollXMarginOffset: 1 });

const smartGuide = {
editor,
Expand Down

0 comments on commit 4164d14

Please sign in to comment.