I'm trying to get a shell panel to float above my map.
https://codepen.io/robmacg1/pen/OJqRLrZ
As far as I can work out this should work. Clearly I am missing something, any help would be very appreciated!
Best,
Rory
Solved! Go to Solution.
you need to use display-mode instead of displayMode as you have in your code
Also, you might want to set content-behind="true" on the calcite-shell parent component
Hope this helps
you need to use display-mode instead of displayMode as you have in your code
Also, you might want to set content-behind="true" on the calcite-shell parent component
Hope this helps
As simple as that, thanks a lot!