Skip to content

Commit

Permalink
fix(input-number): set inc/dec buttons z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Jun 20, 2024
1 parent d0a919b commit 952f052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/components/input-number/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default plugin(({ addComponents, theme }) => {
},
//Input:buttons
'.nui-input-number-buttons': {
'@apply absolute top-1 end-1 flex': {},
'@apply absolute top-1 end-1 flex z-10': {},
},
//Buttons:button
'.nui-input-number-buttons > button': {
Expand Down

0 comments on commit 952f052

Please sign in to comment.