Skip to content

Commit

Permalink
chore: stable scrollbar gutters on windows [skip e2e]
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Mar 13, 2024
1 parent 670f27b commit 20a9ef0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/styles/src/Styles/_scrollbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,10 @@

scrollbar-width: thin;
}

.windows-web,
.windows-desktop {
.md\:hover\:overflow-y-auto {
scrollbar-gutter: stable;
}
}

0 comments on commit 20a9ef0

Please sign in to comment.