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 {
|
||||
text-align: center;
|
||||
}
|
||||
@ -30,7 +34,8 @@
|
||||
|
||||
.table {
|
||||
overflow-y: auto;
|
||||
max-height: 19.25rem;
|
||||
flex-shrink: 1;
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.footerText {
|
||||
|
||||
@ -87,6 +87,7 @@ const StarGiftPriceDecreaseInfoModal = ({ modal }: OwnProps) => {
|
||||
header={header}
|
||||
tableData={tableData}
|
||||
tableClassName={buildClassName(styles.table, 'custom-scroll')}
|
||||
contentClassName={styles.content}
|
||||
footer={footer}
|
||||
/>
|
||||
);
|
||||
|
||||
@ -14,8 +14,7 @@
|
||||
}
|
||||
|
||||
.link {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.priceDecreaseTimer {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user