Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created November 1, 2013 17:41
Show Gist options
  • Select an option

  • Save aamedina/7269013 to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/7269013 to your computer and use it in GitHub Desktop.
(defn make-scrollable
[]
(let [matching-rules (clojure.set/select #(= (.-selectorText %) "html, body")
(set (css/getAllCssStyleRules)))
rule (first matching-rules)]
(set! (-> rule .-style .-overflowY) "auto")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment