ui5-webcomponents icon indicating copy to clipboard operation
ui5-webcomponents copied to clipboard

feat(framework): reset scrollbar styles class

Open nnaydenow opened this issue 2 years ago • 0 comments

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

nnaydenow avatar Aug 03 '22 11:08 nnaydenow