I know it is a bit late for an answer but I‘ve had the same problem and was able to fix it by adding these attributes to my css file.
html{ overflow: hidden; height: 100%; } body{ overflow: auto; height: 100%; }
2022-01-30 13:49:30
I know it is a bit late for an answer but I‘ve had the same problem and was able to fix it by adding these attributes to my css file.
html{ overflow: hidden; height: 100%; } body{ overflow: auto; height: 100%; }