这是indexloc提供的服务,不要输入任何密码
Skip to content

Move off-screen #3

@anthonyshort

Description

@anthonyshort

A mixin to move an object off-screen but keep it's display intact.

@mixin off-screen {
    position: absolute;
    overflow: hidden;
    left: -9999px; 
    top: -9999px;
}

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