-1

setting the following

const compStyle = {
    backgroundColor: 'transparent'
}

or RGBA does not work, just makes it white.

Jays
  • 91
  • 7
  • Did you check this one? https://stackoverflow.com/questions/7565384/how-to-make-the-background-div-only-transparent-using-css – norbitrial Feb 08 '20 at 18:09

1 Answers1

0

This turned out to be a problem with the position. Setting

position: absolute

worked.

Jays
  • 91
  • 7