diff options
author | Franck Cuny <franck@fcuny.net> | 2021-05-18 19:44:16 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-05-18 19:44:16 -0700 |
commit | f8ab00f217859df5563fe3d934a83b7fbc20de9c (patch) | |
tree | c985699129d0acb81d1e5a9ba584aa2a06083fca | |
parent | blog: containerd to firecracker (diff) | |
download | fcuny.net-f8ab00f217859df5563fe3d934a83b7fbc20de9c.tar.gz |
css: add a scroll bar if the content overflows
-rw-r--r-- | static/css/custom.css | 2 |
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 { |