Hello,
(for Apex24.2.2)
I'm currently trying to shift an inline pop up on my log in page upwards but can't figure out where the class is stored. I know what the html string is but don't know where I can edit the position values:
<div tabindex="-1" role="dialog" class="ui-dialog ui-corner-all ui-widget ui-widget-content ui-front ui-dialog--inline ui-dialog--popup" aria-describedby="R16307229031983686801" style="position: fixed; height: 505.6px; width: 600px; _**top: 192.5px**_; left: 457px;" aria-labelledby="ui-id-1" aria-modal="true">
I've tried adding into the inline on the page just the class element, also adding a new class and calling that in the Appearance CSS field but no luck.
Link to page: https://apex.oracle.com/pls/apex/r/am_testing/management-of-change/login?session=5247693610161
Anyone with any guidance is much appreciated.