diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/form.scss b/services/web/frontend/stylesheets/bootstrap-5/components/form.scss index 0a8538eab6..474197db10 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/form.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/form.scss @@ -143,7 +143,6 @@ display: flex; align-items: center; font-size: 0; - pointer-events: none; } .form-control-start-icon { diff --git a/services/web/frontend/stylesheets/bootstrap-5/components/select.scss b/services/web/frontend/stylesheets/bootstrap-5/components/select.scss index 939397bc86..b85040a02c 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/components/select.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/components/select.scss @@ -4,6 +4,10 @@ .select-trigger { cursor: default; + + & + .form-control-end-icon { + pointer-events: none; + } } .select-highlighted {