Thanks, yes, I see what the issue is with the AI dropdown. It’s a problem of z-indexes.
@keegan @awesomerobot I need some help here. On tablet, iPad and mobile, we now set a z-index of mobile-composer
for the composer when it is open. The reason for this is so that the composer can be layered above the header, especially important on tablet landscape viewports.
The AI helper menu has a lower z-index though (just above z("composer", "dropdown")
), which shows up below the composer on tablets. I think this doesn’t affect mobile, the button triggers a modal window there. Would it make sense to switch it to use a modal on tablet as well?