This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-27
Channels
- # beginners (80)
- # boot (5)
- # cider (4)
- # cljsrn (3)
- # clojure (83)
- # clojure-russia (1)
- # clojure-spec (15)
- # clojurescript (20)
- # community-development (8)
- # cursive (6)
- # emacs (5)
- # fulcro (14)
- # hoplon (71)
- # off-topic (6)
- # om (2)
- # onyx (33)
- # parinfer (3)
- # re-frame (21)
- # reagent (20)
- # spacemacs (2)
- # specter (4)
- # vim (8)
@deg It's an issue with trace. It's been solved recently but a version containing the fix hasn't been released yet.
Can't figure out how to make the body
tag to be part of the main view. Is it possible or setAttribute
on the body
tag is the way to go?
yeah, I've tried wrapping the body in the div and attaching to that, but that's illegal, so I suppose the setAttribute
is the only way, no?
I don't think that touches the body. The backdrop should be enough to stop the body scrolling, but bootstrap css v4 also changes the body tag due to having the transitions. I have it working now, so all good. Thanks for the pointers.