webiny-js
webiny-js copied to clipboard
fix: add missing css prop to the pb carousel element
PB carousel renderer is missing a single css prop which causes the element not to render properly. The issue is only present in the renderer, while the editor works fine since it already contains the missing css prop. This PR fixes this issue on the renderer.
How Has This Been Tested?
Manually