mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
9 lines
106 B
CSS
9 lines
106 B
CSS
.input {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
border: none;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|