Items in the GlobalResets are not totally encapsulated within the scope of the UI. In this example:
...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.
Items in the GlobalResets are not totally encapsulated within the scope of the UI. In this example:
...the
body #PickUpUI
prefix is applied to the firsthtml
element, but not the secondbody
element, so items under this selector are applied to the fullbody
. Make sure comma-separated selectors are addressed correctly, with the prefix applied to each item.