0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): connector guide setup content should scroll in the whole container (#1314)

This commit is contained in:
Xiao Yijun 2022-06-30 15:37:30 +08:00 committed by GitHub
parent 99cd56f963
commit 05399b5e59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 3 deletions

View file

@ -32,11 +32,9 @@
flex: 1;
display: flex;
overflow: hidden;
padding: _.unit(6) _.unit(15);
> * {
flex: 1;
margin: 0 12px;
overflow-y: auto;
}
@ -44,6 +42,11 @@
background-color: var(--color-layer-1);
border-radius: 16px;
padding: 0 _.unit(6);
margin: _.unit(6) _.unit(10) _.unit(6) _.unit(18);
}
.setup {
padding: _.unit(6) _.unit(18) _.unit(6) 0;
}
form + div {

View file

@ -92,7 +92,7 @@ const Guide = ({ connector, onClose }: Props) => {
</div>
<div className={styles.content}>
<Markdown className={styles.readme}>{readme}</Markdown>
<div>
<div className={styles.setup}>
<FormProvider {...methods}>
<form onSubmit={onSubmit}>
<Step