Gift Price Decrease Info Modal: Fix scroll (#6756)

This commit is contained in:
Alexander Zinchuk 2026-03-05 12:43:30 +01:00
parent 02a5a2a44f
commit 767d88c81d
3 changed files with 8 additions and 3 deletions

View File

@ -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 {

View File

@ -87,6 +87,7 @@ const StarGiftPriceDecreaseInfoModal = ({ modal }: OwnProps) => {
header={header}
tableData={tableData}
tableClassName={buildClassName(styles.table, 'custom-scroll')}
contentClassName={styles.content}
footer={footer}
/>
);

View File

@ -14,8 +14,7 @@
}
.link {
display: flex;
justify-content: center;
align-self: center;
}
.priceDecreaseTimer {