diff --git a/components/dashboard/src/index.css b/components/dashboard/src/index.css index 77d9c2602610e5..52ab6f44029dea 100644 --- a/components/dashboard/src/index.css +++ b/components/dashboard/src/index.css @@ -12,13 +12,12 @@ html, body { @apply h-full; - /* https://github.com/gitpod-io/gitpod/pull/18979#discussion_r1380773740 */ - scrollbar-gutter: stable; } body { @apply bg-white dark:bg-gitpod-black text-black dark:text-white; } body[style] { + /* https://github.com/gitpod-io/gitpod/pull/18979#discussion_r1380773740 */ margin: 0 auto !important; } h1 {