epam / UUI

React-based components and accelerators library built by EPAM Systems.
https://uui.epam.com/
MIT License
161 stars 61 forks source link

[ScrollBars]: no top shadow on scroll down #2267

Closed oleg96 closed 3 weeks ago

oleg96 commented 1 month ago

Prerequisites (optional)

Steps to Reproduce

Open the sandbox with ScrollBars example UUI Codesandbox.

Scroll down a bit

Actual result

No top shadow displayed when scroll down

https://github.com/epam/UUI/assets/3322605/fb42bc8a-b32e-40e8-b09a-74e1c8d603f4

Expected result

Top shadow displayed when scroll down (it is working properly at 4.10.1 version)

https://github.com/epam/UUI/assets/3322605/ce2c99af-460c-46a5-bfad-cdfd89d2894e

Environment

AlekseyManetov commented 1 month ago

@oleg96 It seams that your sandbox doesn't have public access, could you please make it public for everyone?

oleg96 commented 1 month ago

@AlekseyManetov Sure, seems like it was issue with codesandbox. Now it has public access.

AlekseyManetov commented 1 month ago

Thanks, now it's works. After short investigation it seems that we removed --scroll-bars-shadow theme variable and didn't change component css according to it.

NatalliaAlieva commented 3 weeks ago

Released in 5.8.0 ver.