palantir/blueprint

How can I interact with multiple open drawers at once?

Open

#3,349 opened on Feb 11, 2019

View on GitHub
 (8 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Package: coreStatus: needs proposalType: bughelp wanted

Description

Environment

  • Package version(s): @blueprintjs/core: 3.13.0
  • Browser and OS versions: MacOS 10.14.2, Chrome Version 72.0.3626.96 (Official Build) (64-bit)

Question

We have a requirement to have multiple drawers open at once, say top and bottom header/footer editors. However they both open with their own portals. Even though it's transparent, the footer portal covers the header drawer, swallowing all interaction events.

How can we configure the drawers to ensure they're both interact-able?

Contributor guide

How can I interact with multiple open drawers at once? · palantir/blueprint#3349 | Good First Issue