Background of options is transparent
See original GitHub issueBackground of options is transparent
<div className="col-xs-12 col-sm-12 col-md-6 col-lg-6 m-b-15" style={{paddingTop: 26,backgroundColor:'#fff'}}>
<Select value={this.state.parentComboValue} name={this.state.parentComboLabel} onChange={(event) => {
this.setState({
parentComboValue: event.value,
parentComboLabel: event.label
})
}} options={this.state.parentCombo} clearable={false} style={{backgroundColor:'#fff'}}>
</Select>
<text className="errorColor">{this.state.parentComboError}</text>
</div>
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:9
Top Results From Across the Web
CSS for Select Option to be transparent background
I want to create this select - option background being transparent. I've read many result at google to use select option at CSS, ......
Read more >Fixing <select> styles with transparent background
When you use a transparent background on <select> , browsers insert a white background on the drop-down. · But this can be easily...
Read more >Make a picture's background transparent or opaque in Publisher
Click Picture Tools > Recolor > Set Transparent Color. In the picture, click the color you want to make transparent. Notes: The Set...
Read more >background-color - CSS: Cascading Style Sheets | MDN
The background-color CSS property sets the background color of an ... 50% transparent */ /* HSL value */ background-color: hsl(50, 33%, ...
Read more >How to use transparent background - Canva
How to effectively use transparent backgrounds in graphic design · 01. Simplify a Busy Background · 02. Make Text More Visible · 03....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For version 2, you need to style the menu component
Then you can reference the Select component via:
@AtulKondekar I think I have the solution: you only need to override the
.Select-menu-outer
z-index
property with the value you need. Currently z-index in that class is 1.