Anyway to move the basemap toggle widget down in the visual hierarchy in js 4.5? It currently sits above the popup when docked. I'm assuming this can be modified in the css but can't find out how.
Scott
Adding this CSS rule works for me:
<SPAN class="selector token">.esri-popup .esri-popup__position-container</SPAN> <SPAN class="punctuation token">{</SPAN> <SPAN class="property token">z-index</SPAN><SPAN class="punctuation token">:</SPAN> 3<SPAN class="punctuation token">;</SPAN> <SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Off the top of my head I don't think this will break anything but you should keep an eye out in case it does.
Yep, looks good. I'll let you know if it breaks anything. Thanks.
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.