Nitish Mittal
Nitish Mittal
`FlexibleXYPlot` x-axis is starting with a negative value even though `xBaseValue` is set to 1. Inside `FlexibleXYPlot` I am using `VerticalBarSeries` component, there also data which I am passing to...
Attached is the sandbox url with sample code, but the output isn't dark-themed. [https://codesandbox.io/s/dark-theme-gotni](https://codesandbox.io/s/dark-theme-gotni) I want to have dark theme support for Facebook posts.
What is the best way to update CSS's `top` property from `0` to some other value when the element gets sticky? Can I use the `stickyClassName` props to override `top`?