Gift Price Decrease Info Modal: Fix scroll (#6756)
This commit is contained in:
parent
02a5a2a44f
commit
767d88c81d
@ -1,3 +1,7 @@
|
|||||||
|
.content {
|
||||||
|
max-height: min(92vh, 37.5rem);
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -30,7 +34,8 @@
|
|||||||
|
|
||||||
.table {
|
.table {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
max-height: 19.25rem;
|
flex-shrink: 1;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footerText {
|
.footerText {
|
||||||
|
|||||||
@ -87,6 +87,7 @@ const StarGiftPriceDecreaseInfoModal = ({ modal }: OwnProps) => {
|
|||||||
header={header}
|
header={header}
|
||||||
tableData={tableData}
|
tableData={tableData}
|
||||||
tableClassName={buildClassName(styles.table, 'custom-scroll')}
|
tableClassName={buildClassName(styles.table, 'custom-scroll')}
|
||||||
|
contentClassName={styles.content}
|
||||||
footer={footer}
|
footer={footer}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|||||||
@ -14,8 +14,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
display: flex;
|
align-self: center;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.priceDecreaseTimer {
|
.priceDecreaseTimer {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user