Skip to content

Commit

Permalink
fix: issue with floating label disables click (#3608)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Dec 17, 2024
1 parent 8d9e8b0 commit 07ec134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/src/styles/_form-components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ $check-border-size: min(#{variables.$db-border-height-2xs}, 2px);
--db-form-component-padding-inline-start,
#{variables.$db-spacing-fixed-sm}
);
pointer-events: none;
}

// icons
Expand Down

0 comments on commit 07ec134

Please sign in to comment.