sendou.ink/app/components/RequiredHiddenInput.module.css
Kalle fef1ffc955
Design refresh + a bunch of stuff (#2864)
Co-authored-by: hfcRed <hfcred@gmx.net>
2026-03-19 17:51:42 +02:00

9 lines
106 B
CSS

.input {
position: absolute;
width: 0;
height: 0;
border: none;
opacity: 0;
pointer-events: none;
}