Thread Starter
nsgdtd
(@nsgdtd)
I also found a way to force using vertical scrollbar by adding some CSS code for who want to avoid this problem.
CSS code:
html {
overflow-y: scroll;
}
Link here!
Thread Starter
nsgdtd
(@nsgdtd)
Now I understand the problem.
Thanks a lot!