Skip to content

Commit 5100fe9

Browse files
committed
fix input arrows
1 parent 4802115 commit 5100fe9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/app/globals.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
@tailwind components;
55
@tailwind utilities;
66

7+
@layer base {
8+
input[type='number']::-webkit-outer-spin-button,
9+
input[type='number']::-webkit-inner-spin-button,
10+
input[type='number'] {
11+
-webkit-appearance: none;
12+
margin: 0;
13+
-moz-appearance: textfield !important;
14+
}
15+
}
16+
717
html,
818
body,
919
:root {

0 commit comments

Comments
 (0)