Skip to content

Instantly share code, notes, and snippets.

@khripunovpp
Created June 27, 2019 08:47
Show Gist options
  • Save khripunovpp/2a477af33848488ac9f28c0803f427c5 to your computer and use it in GitHub Desktop.
Save khripunovpp/2a477af33848488ac9f28c0803f427c5 to your computer and use it in GitHub Desktop.
visualy-hidden
.visualy-hidden {
position: absolute !important;
visibility: hidden !important;
pointer-events: none !important;
clip: rect(0 0 0 0) !important;
clip-path: inset(100%) !important;
width: 1px !important;
height: 1px !important;
margin: -1px !important;
padding: 0 !important;
border: 0 !important;
text-indent: -9999px !important;
white-space: nowrap !important;
overflow: hidden !important;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment