diff --git a/core/src/init.js b/core/src/init.js index d2282beb023ff..1cfcb05d08f84 100644 --- a/core/src/init.js +++ b/core/src/init.js @@ -211,6 +211,8 @@ export const initCore = () => { const snapper = new Snap({ element: document.getElementById('app-content'), disable: 'right', + hyperextensible: false, + tapToClose: false, maxPosition: 300, // $navigation-width minDragDistance: 100, })