Skip to content

Commit 3be26cc

Browse files
authored
docs: Hide overflow in code blocks and scale images to the width of the text (#167)
1 parent b96c1c4 commit 3be26cc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/higlass_theme/static/higlass.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,11 @@ a:active {
147147

148148
pre, tt, code {
149149
font-family: 'Roboto Mono', 'Consolas', 'Menlo', 'Deja Vu Sans Mono', 'Bitstream Vera Sans Mono', monospace;
150+
overflow: hidden;
151+
}
152+
153+
img {
154+
width: 100%;
150155
}
151156

152157
div.document {

0 commit comments

Comments
 (0)