We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, we've encountered an interesting issue where the table occupies more space than needed only in the Safari Browser. This can be observed in the visual differences for the docs: https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/data-display-table--docs and especially here https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/data-display-table--with-selection where the table will always load with an additional scroller bar.
https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/data-display-table--with-selection
Consistency across browsers, especially because the not needed scroller bar would confuse the user in our application.
2.8.1
Safari
macOS
No response
The text was updated successfully, but these errors were encountered:
Hi @xqtion
Thanks for reporting! I'll forward this issue to our UI5 Web Components Colleagues as the affected component is developed in their repository.
Hi Colleagues, it seems the height (height: -webkit-fill-available;) CSS property of this element is causing the issue.
height
height: -webkit-fill-available;
Safari:
Chrome:
Sorry, something went wrong.
Hello colleagues ,
Could you please take a look at this?
Best, Siyana
No branches or pull requests
Describe the bug
Hi,
we've encountered an interesting issue where the table occupies more space than needed only in the Safari Browser. This can be observed in the visual differences for the docs: https://sap.github.io/ui5-webcomponents-react/v2/?path=/docs/data-display-table--docs and especially here https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/data-display-table--with-selection where the table will always load with an additional scroller bar.
Isolated Example
https://sap.github.io/ui5-webcomponents-react/v2/?path=/story/data-display-table--with-selection
Reproduction steps
Expected Behaviour
Consistency across browsers, especially because the not needed scroller bar would confuse the user in our application.
Screenshots or Videos
UI5 Web Components for React Version
2.8.1
UI5 Web Components Version
2.8.1
Browser
Safari
Operating System
macOS
Additional Context
No response
Relevant log output
Organization
No response
Declaration
The text was updated successfully, but these errors were encountered: