The date picker appears above the input field and is hidden under the above div, how can I change it to appear down not up?
  <DatePicker
                        selected={ this.state.valueDate }
                        onChange={(val) => this.handleChange(val)}
                        name="startDate"
                        dateFormat="dd.MM.yyyy"
                        className="form-control"
                        autoComplete="off"
                        portalId="root-portal"
                    />
