Skip to content

Can't click when <div id="splashscreen"></div> is set. #5

@mrpeppapig

Description

@mrpeppapig

#splashscreen {
position: absolute;
z-index: initial;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #06beb6; /* fallback for old browsers /
background: -webkit-linear-gradient(to right, #48b1bf, #06beb6); /
Chrome 10-25, Safari 5.1-6 /
background: linear-gradient(to right, #48b1bf, #06beb6); /
W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
transition: 1s 0.4s;
}

#splashscreen #progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
    transition: 1s;
}

#splashscreen #status {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions