solarwinds / nova

Apache License 2.0
23 stars 19 forks source link

`AppendToBody` for toolbar to pass to its menu #716

Closed pilat-martin closed 1 month ago

pilat-martin commented 1 month ago

Frontend Pull Request Description

Toolbar menu is forced to be appended to the toolbar, but its position is computed on the assumption that the toolbar is not placed under a position: relative parent. In short, the menu appear in wrong place. Appending it to the body fixes that.

Checklist