Skip to main content
added 1 character in body
Source Link

Surround your cssscss with :host ::ng-deep block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

Surround your css with :host ::ng-deep block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

Surround your scss with :host ::ng-deep block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}
cosmetic changes
Source Link
jlewkovich
  • 2.8k
  • 2
  • 36
  • 50

Surround your css with ":host ::ng-deep"deep block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

Surround your css with ":host ::ng-deep" block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

Surround your css with :host ::ng-deep block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

surroundSurround your css with ":host ::ng-deep" block like this:

":host ::ng-deep { .multiselect-dropdown { background: white } }deep" block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}

surround your css with ":host ::ng-deep" block like this:

:host ::ng-deep { .multiselect-dropdown { background: white } }

Surround your css with ":host ::ng-deep" block like this:

:host ::ng-deep {
  .multiselect-dropdown {
    background: white
  }
}
Source Link
Loading