I'm using calcite-shell with the content-behind property to enable display-mode: float, which allows the end panel to have an adjustable height.
However, with the introduction of components in ArcGIS API for JavaScript 4.32, I noticed that enabling content-behind causes the <arcgis-zoom> component to disappear, and the <arcgis-search> component aligns directly against the action bar without spacing.
Below is a demo illustrating the visual difference in the <arcgis-search> and <arcgis-zoom> components when content-behind is enabled versus disabled.
https://codepen.io/lkoumis1/pen/yyywrvG?editors=1010
@KittyHurley