Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
width: 50%
to constrain the .pane
width
(closes #1567) Also remove a few `position: relative` where not needed. Intent is to limit `position: relative` or `absolute` to only around places that we set `left`,`top`,`right`,`bottom` properties, to avoid surprises. (Better practice is to rely on flex for positioning instead.)
- Loading branch information