diff --git a/src/pages/LogsPage.module.scss b/src/pages/LogsPage.module.scss index d72dff6..f95683c 100644 --- a/src/pages/LogsPage.module.scss +++ b/src/pages/LogsPage.module.scss @@ -170,6 +170,13 @@ overscroll-behavior: contain; } +.errorPanel { + height: 480px; + overflow: auto; + -webkit-overflow-scrolling: touch; + overscroll-behavior: contain; +} + .loadMoreBanner { position: sticky; top: 0; @@ -397,4 +404,8 @@ .logPanel { height: 360px; } + + .errorPanel { + height: 360px; + } } diff --git a/src/pages/LogsPage.tsx b/src/pages/LogsPage.tsx index bb215ac..ba4f27c 100644 --- a/src/pages/LogsPage.tsx +++ b/src/pages/LogsPage.tsx @@ -882,32 +882,34 @@ export function LogsPage() { } > - {errorLogs.length === 0 ? ( -