fix: layout shift when navigating

zio/stable
patak 2022-11-30 00:04:37 +01:00
parent 81732a4a8c
commit acdd33ef7d
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
} }
/* Force vertical scrollbar to be always visible to avoid layout shift while loading the content */ /* Force vertical scrollbar to be always visible to avoid layout shift while loading the content */
html { body {
overflow-y: scroll; overflow-y: scroll;
} }