overflow option in body is added as hidden
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.9k
- Forks
- 201
- Avg merge
- 12m
- Merged PRs (30d)
- 1
Description
I'm using this editor in modal of chakra-ui.
when I open the modal,
the scroll in is disappeared.
the overflow prop in body is added as hidden.
I do not want to change any option in other tag.
how to stop to add the overflow style in body?
<!DOCTYPE html>
<html>
<head>...</head>
<body class="chakra-ui-light" style="overflow: hidden;">...</body>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Reproduce issue 517 with the editor inside a Chakra UI modal, then trace when the document body's overflow changes; done means opening the modal no longer adds or changes the body's overflow while the editor remains usable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100