Select to view content in your preferred language

float and overlay displayModes not functioning.

680
2
Jump to solution
01-10-2024 03:05 AM
RoryMacGregor
Occasional Contributor

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

0 Kudos
1 Solution

Accepted Solutions
omar-marji
Occasional Contributor

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

View solution in original post

2 Replies
omar-marji
Occasional Contributor

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

RoryMacGregor
Occasional Contributor

As simple as that, thanks a lot!