Tooltip expands body horizontal bounds when placed into scroll container #12132
Labels
component: tooltip
This is the name of the generic UI component, not the React module!
duplicate
This issue or pull request already exists
Expected Behavior
The body element has not a horizontal scrollbar.
Current Behavior
The body element has a horizontal scrollbar. It is expanded by the tooltip.
Steps to Reproduce (for bugs)
NOTE:
If you scroll the visible area and hover the 'HANDLE' element, the tooltip will be placed correctly and the body's scrollbar will disappear.
Context
Our user faced an issue related to this bug: DevExpress/devextreme-reactive#1240.
As a workaround it is possible to use the following styles on the body element:
overflow-x: hidden
.Your Environment
The text was updated successfully, but these errors were encountered: