Under my root div react creates another div \"automatically\". Is there a way to add a class to that div? I need to add height: 100% to it to prevent the background content to s
So simple by using the id reference
#root{ /* your css here! */ }