Merge pull request #1010 from joaotonaco/canary

feat: prevent layout shifting from scrollbar
This commit is contained in:
Mauricio Siu
2024-12-28 19:31:36 -06:00
committed by GitHub

View File

@@ -90,6 +90,10 @@
} }
} }
html {
scrollbar-gutter: stable both-edges;
}
.xterm-viewport { .xterm-viewport {
border-radius: 0.75rem /* 12px */ !important; border-radius: 0.75rem /* 12px */ !important;
} }