fix: layout shift when navigating

pull/241/head
patak 2022-11-30 00:04:37 +01:00
rodzic 81732a4a8c
commit acdd33ef7d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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