-
-
Notifications
You must be signed in to change notification settings - Fork 538
Open
Description
Describe the bug
using simplebar - v6.2.7 (core)
I created a rem-based zoom of my content.
Basically, I have a list which has a scroll. Whenever I shrink the fontsize, ironically enough, the placeholder grows in width. It keeps growing well beyond the max-width of the parent container.
This issue seems to be similar to issue #253
To Reproduce
Steps to reproduce the behavior:
- Create a div with simplebar, width based on REM
- Fill it with some lines of text
- Change the document's base font size (from 32px to 16px for example)
- See error
Expected behavior
For the div to resize properly
Additional context
I have temporarily fixed it by using overflow-x: hidden on the element in question, though I'm not sure I won't need it again in the future.
AmirAsghary
Metadata
Metadata
Assignees
Labels
No labels