aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/jekyll-theme/shell.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/shell.html b/_includes/jekyll-theme/shell.html
index 9b7ed4d..7fa0838 100644
--- a/_includes/jekyll-theme/shell.html
+++ b/_includes/jekyll-theme/shell.html
@@ -15,7 +15,7 @@
{% endfor %}
{% assign cmd = new_cmd %}
{% assign cmd = cmd | join: '' %}
-<div>
+<div class='pretty-scrollbar'>
<pre class="shell-mark">$</pre><pre class="shell-cmd">{{ cmd }}</pre>
</div>
{% if include.out %}