Skip to content

Commit

Permalink
Fix the original select list being visible on multiple select atom
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelasoie committed Aug 12, 2020
1 parent 9749e53 commit e526d3f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/components/atoms/select/select-multiple.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ export default () => {
});
});
};

16 changes: 15 additions & 1 deletion assets/components/atoms/select/select.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
@charset 'utf-8';
@charset "utf-8";

.ms-offscreen {
clip: rect(0 0 0 0)!important;
position: absolute!important;
overflow: hidden!important;
top: auto!important;
left: auto!important;
width: 1px!important;
height: 1px!important;
margin: 0!important;
padding: 0!important;
border: 0!important;
outline: 0!important;
}

.ms-parent {
display: block;
Expand Down

0 comments on commit e526d3f

Please sign in to comment.