always show scrollbar to avoid layout shift

This commit is contained in:
Martti Malmi 2023-08-08 16:02:36 +03:00
parent 10f9d794e9
commit 193d564a2e

View File

@ -81,4 +81,8 @@ img, video {
.full-width-note > iframe {
@apply w-[100vw] md:w-full;
}
html {
@apply overflow-y-scroll; /* Always show scrollbar to avoid layout shift */
}