issue #60
All checks were successful
Test CI / build (push) Successful in 17s

- 캘린더 ui 구현 중
This commit is contained in:
geonhee-min
2025-12-04 17:00:02 +09:00
parent daab622638
commit 7df60fe004
4 changed files with 133 additions and 19 deletions

View File

@@ -134,6 +134,10 @@ input[type="number"]::-webkit-outer-spin-button {
margin: 0;
}
.rdp-day {
aspect-ratio: unset;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;