ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(framework): reset scrollbar styles class
Added new CSS style class .ui5-content-native-scrollbars
. This property remove custom added styles to components, which overstyle scrollbar.
To use native scrollbar styles, you have to add the CSS style class .ui5-content-native-scrollbars
on the body element of your application.
Example 1:
<body class="ui5-content-native-scrollbars">
...
</body>
Fixes: #5398