Skip to content

Commit fb81156

Browse files
committed
aog - styling
1 parent 97bae35 commit fb81156

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

src/data_visualization/aog_in_clojure_part1.clj

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@
99
:tags [:datavis]
1010
:keywords [:datavis]}}}
1111
(ns data-visualization.aog-in-clojure-part1)
12+
13+
^:kindly/hide-code
14+
(kind/hiccup
15+
[:style
16+
".clay-dataset {
17+
max-height:400px;
18+
overflow-y: auto;
19+
}
20+
.printedClojure {
21+
max-height:400px;
22+
overflow-y: auto;
23+
}
24+
"])
25+
1226
;; **A Design Exploration for a plotting API**
1327
;;
1428
;; This is the first post in a series documenting the design and implementation of a new

0 commit comments

Comments
 (0)