My website has a fixed-top navbar that appears wider than my actual HTML tag. I suspect there may be an issue between the navbar and my bootstrap modal, but I am unsure how to resolve it. The wider navbar causes a white space to appear on the right side of the page when first visited, but this space disappears when the modal is opened through the contact button. However, the issue returns upon refreshing the page. Can anyone provide insight on how to fix this?
EDIT: There is not overflow because I have hidden x-overflow on my body element. What I am referring to is the white bar on the right side, which would typically indicate x-overflow if I had not hidden it.