PlayPickUp / pickup-ui

A collection of React Components that make up the PickUp world. 🌎⚡
https://ui.playpickup.com
3 stars 1 forks source link

Core | Resets not completely contained #242

Closed dLars99 closed 2 years ago

dLars99 commented 2 years ago

Items in the GlobalResets are not totally encapsulated within the scope of the UI. In this example: image.png

...the body #PickUpUI prefix is applied to the first html element, but not the second body element, so items under this selector are applied to the full body. Make sure comma-separated selectors are addressed correctly, with the prefix applied to each item.