Closed Amit-Kaplan closed 2 years ago
Feel free to delete this section if you have checked off all of the following.
slider-container has hardCoded padding in case of using visual controls. `<div className={'slider-container'} style={{ position: 'relative', padding: props.withoutControls ? 0 : '0 60px 50px' }} onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}
...... `
Expected behavior: padding can be change by props Actual behavior: hard coded
Any additional information, configuration or data that might be necessary to reproduce the issue.
Hey @Amit-Kaplan thanks for this, I will look to submit a PR today and tomorrow about that.
This should be fixed with v5.0.3. Please reopen and let me know if you still have this issue.
Bugs and Questions
Prerequisites
Feel free to delete this section if you have checked off all of the following.
Describe Your Environment
Describe the Problem
slider-container has hardCoded padding in case of using visual controls. `<div className={'slider-container'} style={{ position: 'relative', padding: props.withoutControls ? 0 : '0 60px 50px' }} onMouseEnter={onMouseEnter} onMouseLeave={onMouseLeave}
Expected behavior: padding can be change by props Actual behavior: hard coded
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.