Skip to content

Commit

Permalink
fix(select): Add pointer-events attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
lzcabrera committed Feb 9, 2018
1 parent e3b3f38 commit 97b7fb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Select/Select.modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@
composes: absolute centerVertically from '../Position.modules.scss';
composes: iconRight from '../FormField/FormField.modules.scss';

z-index: 1;
z-index: 3;
pointer-events: none;
}

0 comments on commit 97b7fb2

Please sign in to comment.