chore: stable scrollbar gutters on windows [skip e2e]

This commit is contained in:
Aman Harwara
2024-03-14 00:09:50 +05:30
parent 670f27b9cd
commit 20a9ef0dad

View File

@@ -45,3 +45,10 @@
scrollbar-width: thin;
}
.windows-web,
.windows-desktop {
.md\:hover\:overflow-y-auto {
scrollbar-gutter: stable;
}
}