dequelabs / dequelabs/cauldron
Two column layout should allow allow horizontal scrolling
Open
bug
- Dominant language
- TypeScript
- Stars
- 127
- Forks
- 31
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 8
Description
When using elements like `Code`, which have horizontal scrolling, inside a `TwoColumnLayout`, horizontal scrolling doesn't actually kick in and the `Code` element overflows the container. In order for the horizontal scrolling to kick in, the `TwoColumnLayout` should set `overflow-x: auto`
Contributor guide
Assessment
This issue has not been assessed yet.