My dilemma involves a jsfiddle featuring two TitlePane
widgets in the central pane's top right corner. Currently, clicking on the right TitlePane
("Switch Basemap") moves the left TitlePane
("Map Overlays") to the left. What I want is for the right TitlePane
to hide the left one when opened, instead of shifting it.
I've experimented with various CSS properties like z-index
, overflow
, position
, and float
, but haven't been successful. As a newcomer to Dojo, I may not have found the right combination of style parameters yet.
If anyone has any suggestions or ideas, I would greatly appreciate it!
Thank you in advance!