diff --git a/src/pages/ExportPage.scss b/src/pages/ExportPage.scss index 00730ba..596c2f8 100644 --- a/src/pages/ExportPage.scss +++ b/src/pages/ExportPage.scss @@ -1717,6 +1717,7 @@ } .table-wrap { + --contacts-native-scrollbar-compensation: 18px; --contacts-row-height: 76px; --contacts-default-visible-rows: 10; --contacts-default-list-height: calc(var(--contacts-row-height) * var(--contacts-default-visible-rows)); @@ -1740,12 +1741,19 @@ } .table-wrap { + .table-scroll-shell { + overflow: hidden; + } + .table-scroll-viewport { min-height: 0; overflow-x: auto; overflow-y: visible; scrollbar-width: none; + -ms-overflow-style: none; background: var(--bg-secondary); + padding-bottom: var(--contacts-native-scrollbar-compensation); + margin-bottom: calc(-1 * var(--contacts-native-scrollbar-compensation)); &::-webkit-scrollbar { display: none; diff --git a/src/pages/ExportPage.tsx b/src/pages/ExportPage.tsx index fae2112..2a47938 100644 --- a/src/pages/ExportPage.tsx +++ b/src/pages/ExportPage.tsx @@ -6371,137 +6371,139 @@ function ExportPage() { -
{contactsLoadIssue.message}
+{contactsLoadIssue.reason}
+{contactsDiagnosticsText}
+ )}
+ {contactsLoadIssue.message}
-{contactsLoadIssue.reason}
-{contactsDiagnosticsText}
- )}
-