Files
sendou.ink/app/components/RequiredHiddenInput.module.css
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;
}