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 | b905cb7ed382d48faa9ddaac362f7be42f2a4aaf (patch) | |
tree | 0ba3af89e3f4d9ce3fa1688330b057b7258e5c75 | |
parent | blog: containerd to firecracker (diff) | |
download | world-b905cb7ed382d48faa9ddaac362f7be42f2a4aaf.tar.gz |
css: add a scroll bar if the content overflows
-rw-r--r-- | users/fcuny/notes/static/css/custom.css | 2 |
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 { |