Remove background: white from Picker fixed div

master
Vitaliy Filippov 2020-04-27 18:53:30 +03:00
parent aec8525a5b
commit 559365b852
2 changed files with 2 additions and 1 deletions

View File

@ -101,7 +101,6 @@ export default class Picker extends React.Component
{!this.props.renderInput || this.state.focused
? <div style={{
position: 'fixed',
background: 'white',
height: this.state.height ? this.state.height+'px' : 'auto',
top: this.state.top+'px',
width: this.state.width ? this.state.width+'px' : 'auto',

View File

@ -53,6 +53,8 @@
.suggestions
{
outline: none;
background: white;
margin-top: 0;
box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
overflow-x: hidden;