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

Commit

Permalink
[smartGuide] fix the always appearing scrollbar on edge (MSIS-995)
Browse files Browse the repository at this point in the history
  • Loading branch information
steven.roulleau committed Nov 2, 2018
1 parent 9b116fd commit d4601d9
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 d4601d9

Please sign in to comment.