iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Status bar and tool settings are not visible when `contentAlwaysMaxSize` is enabled #835

Closed ignas-k closed 3 months ago

ignas-k commented 3 months ago

Describe the bug

Status bar and tool settings are not visible when contentAlwaysMaxSize is enabled. DockedBar needs to have position: relative to be displayed above the content.

To Reproduce

  1. Enable contentAlwaysMaxSize preview feature.
  2. Status bar and tool settings bars are hidden.