mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Fix styling of empty category name suggestions menu
This commit is contained in:
parent
c66de4fdb1
commit
052860c5a3
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class SelectorComponent extends React.Component<SelectorProps, SelectorState> {
|
|||
render(): React.ReactElement {
|
||||
return (
|
||||
<div id={this.props.id}
|
||||
style={{display: this.props.options.length > 0 ? "inherit" : "none"}}
|
||||
className="sbSelector">
|
||||
<div className="sbSelectorBackground">
|
||||
{this.getOptions()}
|
||||
|
|
Loading…
Reference in a new issue