about summary refs log tree commit diff
path: root/static
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-05-18 19:44:16 -0700
committerFranck Cuny <franck@fcuny.net>2021-05-18 19:44:16 -0700
commitf8ab00f217859df5563fe3d934a83b7fbc20de9c (patch)
treec985699129d0acb81d1e5a9ba584aa2a06083fca /static
parentblog: containerd to firecracker (diff)
downloadfcuny.net-f8ab00f217859df5563fe3d934a83b7fbc20de9c.tar.gz
css: add a scroll bar if the content overflows
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index f363bee..18c9c41 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -51,7 +51,7 @@ pre {
     margin: 0;
     font-size: 16px;
     font-family: 'Source Code Pro', monospace;
-    /* overflow: scroll; */
+    overflow-x: auto;
 }
 
 .tags {