Skip to content
This repository was archived by the owner on Mar 26, 2022. It is now read-only.

Commit 5077aad

Browse files
authored
Merge pull request #1460 from openlattice/bugfix/APPS-3160-drawer-does-not-scroll
bugfix/APPS-3160 — fix drawer scrolling
2 parents 999ab9d + e78d4ec commit 5077aad

File tree

5 files changed

+3130
-3349
lines changed

5 files changed

+3130
-3349
lines changed

src/drawer/src/components/__snapshots__/Drawer.test.js.snap

Lines changed: 16 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -283,45 +283,25 @@ exports[`Drawer snapshots isOpen = true 1`] = `
283283
</div>
284284
}
285285
>
286-
<LockToggle
287-
accountForScrollbars={true}
288-
isActive={true}
289-
>
290-
<SheetProvider
291-
accountForScrollbars={true}
292-
isActive={true}
286+
<TouchScrollable>
287+
<OverlayOuterContainer
288+
transparent={false}
293289
>
294-
<TouchProvider
295-
accountForScrollbars={true}
296-
isActive={true}
290+
<div
291+
className="c0"
297292
>
298-
<ScrollLock
299-
accountForScrollbars={true}
300-
isActive={true}
293+
<OverlayInnerContainer
294+
isScrollable={true}
295+
onClick={[Function]}
301296
>
302-
<TouchScrollable>
303-
<OverlayOuterContainer
304-
transparent={false}
305-
>
306-
<div
307-
className="c0"
308-
>
309-
<OverlayInnerContainer
310-
isScrollable={true}
311-
onClick={[Function]}
312-
>
313-
<div
314-
className="c1"
315-
onClick={[Function]}
316-
/>
317-
</OverlayInnerContainer>
318-
</div>
319-
</OverlayOuterContainer>
320-
</TouchScrollable>
321-
</ScrollLock>
322-
</TouchProvider>
323-
</SheetProvider>
324-
</LockToggle>
297+
<div
298+
className="c1"
299+
onClick={[Function]}
300+
/>
301+
</OverlayInnerContainer>
302+
</div>
303+
</OverlayOuterContainer>
304+
</TouchScrollable>
325305
</Portal>
326306
</Portal>
327307
</Transition>

0 commit comments

Comments
 (0)