In my custom template, everything on the checkout page is positioned in a single column using Bootstrap. However, I am facing an issue where the left fieldset expands to the right during login.
I have attempted to apply a z-index to make it appear over the right column, but unfortunately, this solution did not work as expected.
The content of the right column continues to cover the left column.
Attached below is an image of my website showcasing this problem:
Here are the elements displayed on Chrome, indicating that the z-index I applied is being ignored:
I would greatly appreciate any kind of assistance with resolving this issue.