react-responsive-pinch-zoom-pan
react-responsive-pinch-zoom-pan copied to clipboard
Move zoom buttons container style to styles.css
Move zoom buttons container style to styles.css so that its position can be overridden easily
I am thinking about exposing zoomButtonContainerStyle prop. Would that work for your use case?
Yes, that would work.
May I know why you prefer inline styles compared to CSS?