How do I either change the height of the feature-menu-viewport to match the main-container, or have it automatically fill it in?
I tried:
<SPAN class="punctuation token">.</SPAN>esri<SPAN class="operator token">-</SPAN>popup__main<SPAN class="operator token">-</SPAN>container<SPAN class="punctuation token">.</SPAN>esri<SPAN class="operator token">-</SPAN>widget <SPAN class="punctuation token">{</SPAN>
width<SPAN class="punctuation token">:</SPAN> 500px <SPAN class="operator token">!</SPAN>important<SPAN class="punctuation token">;</SPAN>
height<SPAN class="punctuation token">:</SPAN> 800px <SPAN class="operator token">!</SPAN>important<SPAN class="punctuation token">;</SPAN>
<SPAN class="punctuation token">}</SPAN>
<SPAN class="punctuation token">.</SPAN>esri<SPAN class="operator token">-</SPAN>popup__feature<SPAN class="operator token">-</SPAN>menu<SPAN class="operator token">-</SPAN>viewport <SPAN class="punctuation token">{</SPAN>
height<SPAN class="punctuation token">:</SPAN> 800px <SPAN class="operator token">!</SPAN>important<SPAN class="punctuation token">;</SPAN>
<SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>