issue # ci/cd 테스트
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user