Skip to content

Commit 1e86a1c

Browse files
merceyzoliviertassinari
authored andcommitted
[docs] Fix react-select demo for internet explorer (#15332)
1 parent dea2617 commit 1e86a1c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/src/pages/demos/autocomplete/IntegrationReactSelect.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const useStyles = makeStyles(theme => ({
8888
placeholder: {
8989
position: 'absolute',
9090
left: 2,
91+
bottom: 6,
9192
fontSize: 16,
9293
},
9394
paper: {

docs/src/pages/demos/autocomplete/IntegrationReactSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ const useStyles = makeStyles((theme: Theme) =>
102102
placeholder: {
103103
position: 'absolute',
104104
left: 2,
105+
bottom: 6,
105106
fontSize: 16,
106107
},
107108
paper: {

0 commit comments

Comments
 (0)