palantir/blueprint

Are panel stacks fixed height?

Open

#2,777 opened on Aug 7, 2018

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

Description

Environment

  • Package version(s): 3.2.0
  • Browser and OS versions: Firefox 61, Ubuntu 18.04

Question

In the example, the panel-stack has a height of 300px.

http://blueprintjs.com/docs/#core/components/panel-stack

[data-example-id="PanelStackExample"] .docs-panel-stack-example has explicit width and height styling.

This isn't mentioned in the documentation and when the panel-stack lacks a height then it isn't displayed at all (it has a height of zero.)

Can you provide guidance? Is there a way to use a panel-stack that isn't a fixed height?

Contributor guide