Here’s a the code to fix the annoying jumping pages in Firefox caused by lack of vertical content. This code allows for the scrollbar to show even when not needed.
html {
overflow-y: scroll;
}
Here’s a the code to fix the annoying jumping pages in Firefox caused by lack of vertical content. This code allows for the scrollbar to show even when not needed.
html {
overflow-y: scroll;
}