diff options
Diffstat (limited to 'css/main.css')
-rw-r--r-- | css/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/main.css b/css/main.css index 691f47b..2a79a61 100644 --- a/css/main.css +++ b/css/main.css @@ -212,7 +212,8 @@ body { .reveal code { font-family: monospace; - overflow-x: auto; + overflow: auto; + max-height: 400px; } .reveal table th, |