Hi,
Can I edit the profile modal?
Now the X (close) button is hidden behind the footer (as it is sticky)
Thanks
Paul
Hi,
Can I edit the profile modal?
Now the X (close) button is hidden behind the footer (as it is sticky)
Thanks
Paul
Hey @psar!
You may want to change the z-index of your footer. Thatβs one easy fix. If not, you can change the padding in the profile modal with the following styling:
<style>
.ms-portal {
margin-top: 170px !important;
}
</style>
Hi Duncan!
Thanks! Changing the Z-index did the trick.
Paul