Files
oranguru/src/Form/styles/Form.module.css
2026-01-11 09:45:03 +02:00

11 lines
128 B
CSS

.disabled {
pointer-events: none;
opacity: 0.9;
}
.sticky {
position: -webkit-sticky;
position: sticky;
bottom: 0;
}