-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
some fixes and updates #253
Conversation
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
Signed-off-by: Timo Glastra <[email protected]>
0e7c8c4
to
c49a5f9
Compare
Signed-off-by: Timo Glastra <[email protected]>
@@ -165,7 +165,7 @@ export const SlideWizard = forwardRef( | |||
color={isError ? 'danger' : 'primary'} | |||
/> | |||
</Stack> | |||
<AnimatedStack pos="relative" style={animatedStyles} jc="space-between" fg={1}> | |||
<AnimatedStack style={animatedStyles} flex={1} jc="space-between"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this intentional, and does this not break things on other screens?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good question. this is of course not only used in this page. But yes it's intentional. If the content was longer than the screen the screen would overflow for the length of the component above. But will check if this doesn't break anything on the other screens.
Signed-off-by: Timo Glastra <[email protected]>
Three features / fixed in one PR 🙈