mirror of
https://github.com/imezx/Warp.git
synced 2025-04-25 15:40:02 +00:00
9 lines
163 B
CSS
9 lines
163 B
CSS
.visually-hidden {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
white-space: nowrap;
|
|
clip: rect(0 0 0 0);
|
|
clip-path: inset(50%);
|
|
overflow: hidden;
|
|
}
|