You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since navButtonsWrapperProps and navButtonsProps apply to both buttons simultaneously, there seems to be no way to adjust the left style of the previous button or the right style of the next button. Even using the NavButton prop is proving difficult with the overflow set to hidden, although I'm still playing with that. Am I missing something simple?
The text was updated successfully, but these errors were encountered:
That's not horizontal, that's vertical. Also, those class names look generated. I'll double-check, but I don't think I could count on the ones I see being the same as the ones you pasted here, or indeed even having the same names between builds.
Since
navButtonsWrapperProps
andnavButtonsProps
apply to both buttons simultaneously, there seems to be no way to adjust theleft
style of the previous button or theright
style of the next button. Even using theNavButton
prop is proving difficult with the overflow set to hidden, although I'm still playing with that. Am I missing something simple?The text was updated successfully, but these errors were encountered: