taverasmisael / taverasmisael.com

My personal website and blog. Build with an hybrid Astro SSR, SolidJS and TailwindCSS. Support for internazionalization and more.

Home Page:https://taverasmisael.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal doesn't prevent the body from scrolling

taverasmisael opened this issue · comments

To fix the issue where FullWidhContainers added a horizontal scroll, I added an overflow-x: hidden to the HTML element; this overrides the overflow in the body when the modal (for search) is open.

screen shot with the command bar open, but the scroll bar visible