Seeking assistance with the React Tabs/SwipeableViews component. I used the MaterialUI Tabs as a reference and it mostly works fine. However, I am facing a minor issue with padding in the content section.
Current outcome:
Current Outcome
The buttons function correctly with smooth animations. Yet, upon inspecting the page, there is a 24px padding on the content section (The padding was initially on the buttons as well, but I managed to resolve it by overriding the style). The content of the SwipeableViews component is causing the issue.
Desired outcome:
Desired Outcome
I have attempted various solutions, including using a -24px margin as a workaround. However, this resulted in breaking the tabs. Any assistance on resolving this matter would be greatly appreciated. I hope the provided information is sufficient!
Wishing you a wonderful day.