Closed daftspunk closed 8 years ago
Currently the animated october-leaf elements on the 'installation successful' page will extend past the edge of the screen and stretch the window:
october-leaf
Solution 1: wrap the october-leaf elements in a parent div bound to the size of the window body with overflow set to hidden
Solution 2: draw the october-leaf elements to a Canvas instead of using css.
Currently the animated
october-leaf
elements on the 'installation successful' page will extend past the edge of the screen and stretch the window:Solution 1: wrap the
october-leaf
elements in a parent div bound to the size of the window body with overflow set to hiddenSolution 2: draw the
october-leaf
elements to a Canvas instead of using css.