Skip to content

Commit

Permalink
Remove scroll gutter styles (#19032)
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptronicek authored Nov 15, 2023
1 parent 5b57da8 commit 47fccf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/dashboard/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 47fccf3

Please sign in to comment.