diff --git a/src/containers/App/App.scss b/src/containers/App/App.scss index a5161ae5a..6e2cd2799 100644 --- a/src/containers/App/App.scss +++ b/src/containers/App/App.scss @@ -59,7 +59,6 @@ body, --g-popover-max-width: 500px; -webkit-overflow-scrolling: touch; - @include mixins.scrollbar(); ::-webkit-scrollbar-corner, ::-webkit-scrollbar-thumb { border-radius: 8px; diff --git a/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss b/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss index 90512455b..dd119a1e3 100644 --- a/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss +++ b/src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss @@ -1,6 +1,7 @@ @use '../../../../styles/mixins.scss'; .tenant-overview { + min-width: 1000px; height: 100%; padding-bottom: 20px;