software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.6k stars 1.26k forks source link

docs: fix transparent sidebar #6117

Closed patrycjakalinska closed 2 weeks ago

patrycjakalinska commented 2 weeks ago

Before, on Examples page, sidebar was transparent due to insufficient css selector from past PR. In this PR we made more accurate selector to fix this problem.

Before:

image

After:

image