Describe the bug
The vertical scrollbar of AnalyticalTable is not permanently visible even when the table has more rows than visibleRows.
This affects all visibleRowCountMode values: Fixed, Auto, and AutoWithEmptyRows.
Isolated Example
https://stackblitz.com/edit/github-cmnvu9wc?file=src%2FApp.tsx
Reproduction steps
- Observe the AnalyticalTable with 30 rows and visibleRows={10}
- The table body is scrollable but no scrollbar is visible
Expected Behaviour
The vertical scrollbar should be permanently visible when the table has more rows than the visible area, so users can tell the content is scrollable — consistent with how other scrollable containers behave on all platforms.
Screenshots or Videos
UI5 Web Components for React Version
"@ui5/webcomponents-react": "2.24.1",
UI5 Web Components Version
"@ui5/webcomponents": "2.24.0",
Browser
Chrome, Safari
Operating System
Mac OS
Additional Context
No response
Relevant log output
Organization
No response
Declaration
Describe the bug
The vertical scrollbar of
AnalyticalTableis not permanently visible even when the table has more rows thanvisibleRows.This affects all
visibleRowCountModevalues:Fixed,Auto, andAutoWithEmptyRows.Isolated Example
https://stackblitz.com/edit/github-cmnvu9wc?file=src%2FApp.tsx
Reproduction steps
Expected Behaviour
The vertical scrollbar should be permanently visible when the table has more rows than the visible area, so users can tell the content is scrollable — consistent with how other scrollable containers behave on all platforms.
Screenshots or Videos
UI5 Web Components for React Version
"@ui5/webcomponents-react": "2.24.1",
UI5 Web Components Version
"@ui5/webcomponents": "2.24.0",
Browser
Chrome, Safari
Operating System
Mac OS
Additional Context
No response
Relevant log output
Organization
No response
Declaration