I was using Arcgis 3 for our maps.
I modified the popup enough so it looked like this:
Now I'm trying to replicate this for Arcgis 4, I'm pretty close, but the popups seem to have the elements <calcite-flow> then <calcite-flow-item> as parents of the actual content of my popup, and these elements won't allow me to have absolute child elements overflowing the popup
I thought it was just a matter of changing their overflow property from hidden to auto or something else, but that doesn't seem to be the case, out of curiosity using the browser's inspector I changed their tags to simple div's and that finally did it so the two elements could finally go up there without being cut off.
I'm asking for help here as I tried everything I could in terms of CSS to try and get the outcome I want but I haven't been able to, any help would be greatly appreciated