about summary refs log tree commit diff
path: root/users/fcuny
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
commitb905cb7ed382d48faa9ddaac362f7be42f2a4aaf (patch)
tree0ba3af89e3f4d9ce3fa1688330b057b7258e5c75 /users/fcuny
parentblog: containerd to firecracker (diff)
downloadworld-b905cb7ed382d48faa9ddaac362f7be42f2a4aaf.tar.gz
css: add a scroll bar if the content overflows
Diffstat (limited to 'users/fcuny')
-rw-r--r--users/fcuny/notes/static/css/custom.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/fcuny/notes/static/css/custom.css b/users/fcuny/notes/static/css/custom.css
index f363bee..18c9c41 100644
--- a/users/fcuny/notes/static/css/custom.css
+++ b/users/fcuny/notes/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 {