Closed PR91 closed 3 years ago
geist-ui/react
The div container should stop scrolling with the page.
The div container continues scrolling with the page ignoring the sticky directive on the CSS.
Removing CssBaseline component from _app solves the issue, but breaks the framework styling.
Please advise.
Add this styles will solve this issue:
#__next { overflow-x: unset; }
Bug report 🐞
Version & Environment
geist-ui/react
: 2.1.3 (NextJS)Expection
The div container should stop scrolling with the page.
Actual results (or Errors)
The div container continues scrolling with the page ignoring the sticky directive on the CSS.
Removing CssBaseline component from _app solves the issue, but breaks the framework styling.
Please advise.