Results 1 comments of Alessandro Maculotti

Hi everyone, I had the same problem too. I fixed this in plain css: ``` html body .bugfix-fullscreen.animated{ animation-fill-mode: backwards; } ``` just add the class ".bugfix-fullscreen" at each element...