fivem-react-boilerplate-lua
fivem-react-boilerplate-lua copied to clipboard
fix(web): transparent background
Pull Request Description
Users having issue with white background over the UI so I added transparent to the index.css https://discord.com/channels/791854454760013827/795438488610537552/980474391093727256
Pull Request Checklist:
- [x] Have you followed the guidelines in our contributing document and Code of Conduct?
- [x] Have you checked to ensure there aren't other open for the same update/change?
- [x] Have you built and tested the
resource
in-game after the relevant change? (user tested it for me https://discord.com/channels/791854454760013827/795438488610537552/980476964567679017)
Is this behavior consistent in NUI? Although I haven't been in-game for a while, the body
element should default to a background-color of transparent IIRC, making me think that the original user may have had other CSS injections running.