Update MobileMenu.tsx

This commit is contained in:
zsviczian 2022-03-11 11:07:28 +01:00 committed by GitHub
parent 5c0eff50a0
commit 81c927bab6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,6 +176,10 @@ export const MobileMenu = ({
marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, marginBottom: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
marginLeft: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, marginLeft: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
marginRight: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2, marginRight: SCROLLBAR_WIDTH + SCROLLBAR_MARGIN * 2,
"disable-pointerEvents":
appState.draggingElement ||
appState.resizingElement ||
(appState.editingElement && !isTextElement(appState.editingElement)),
}} }}
> >
<Island padding={0}> <Island padding={0}>