issue # ci/cd 테스트

This commit is contained in:
민건희
2025-11-09 20:30:46 +09:00
parent 85ff7e565b
commit a4ecfd53dd
12 changed files with 333 additions and 25 deletions

View File

@@ -122,3 +122,15 @@
html, body, #root {
height: 100%;
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
/* Firefox */
input[type="number"] {
-moz-appearance: textfield;
}