refactor: prevent layout shifting from scrollbar

This commit is contained in:
João Gabriel
2024-12-27 10:51:31 -03:00
committed by GitHub

View File

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