day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
634 stars 68 forks source link

Isolate trace panel's styles from host project CSS #17

Closed danielcompton closed 7 years ago

danielcompton commented 7 years ago

The trace panel picks up the CSS of its host page. The solution will probably look like: somehow resetting the CSS to user-agent defaults, and then define the trace panel styles on top of that.