1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-08 23:36:49 +01:00

fix: layout shift when navigating

This commit is contained in:
patak 2022-11-30 00:04:37 +01:00
parent 81732a4a8c
commit acdd33ef7d

View file

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