Skip to content

Commit

Permalink
Merge pull request #2603 from metonym/fix-prev-next-month
Browse files Browse the repository at this point in the history
Prevent text selection on prev/next month buttons
  • Loading branch information
chmln authored Mar 6, 2022
2 parents 4680cda + 4beabfc commit dfe84ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/flatpickr.styl
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
flex 1

.flatpickr-prev-month, .flatpickr-next-month
user-select none
text-decoration none
cursor pointer
position absolute
Expand Down

0 comments on commit dfe84ff

Please sign in to comment.