Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix, screen will be unclickble after toast(s) #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 2, 2020

  1. Bug fix, screen will be unclickble after toast(s)

    Bug fix screen will be unclickble after toast because the toast div will be still n screen after the toast has ended. This prevented you couldn't click on anything the div was covering. So after the second animation had ended of the div (first popup, second popdown), I added the removal of the div so the divs wouldn't stack on each other.
    I came across this bug at a screen resolution of 1024 x 600.
    MannyLama committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    4fb60cf View commit details
    Browse the repository at this point in the history