I am working with div0, div1, and div2.
Their configurations are as follows:
div0 has a width of 200% div1 is located inside div0 with a width of 50% (of div0) div2 is also inside div0 with a width of 50% (of div0)
When I view it on my computer, everything appears as expected. One div is visible upon page load, while the second one can be seen when I scroll. However, when I check it on my Android phone, both divs are displayed but appear smaller. This results in no invisible part of the page upon loading.
For example:
visit quizmaker.pythonanywhere.com/play/1
On a computer, there is a 3-second delay before both divs are shown.
On a mobile device, they are both visible from the start. How can I address this issue?