diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-07 08:54:27 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-07 08:54:27 -0500 |
| commit | b61725cd72239c1c03a21bdbe6b3ec31db77dcc5 (patch) | |
| tree | 7d740f9f9890a82c5b500f7f764a97c6171cd934 | |
| parent | fddb9f6a074b72f4491ac9b8fdb38044e0380500 (diff) | |
Use 'auto' for 'overflow-x' instead of 'scroll'.
| -rw-r--r-- | haunt/static/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/static/css/style.css b/haunt/static/css/style.css index 6cd9656..7685be1 100644 --- a/haunt/static/css/style.css +++ b/haunt/static/css/style.css @@ -203,7 +203,7 @@ pre { background-color: #303539; border-radius: 4px; padding: 1rem; - overflow-x: scroll; + overflow-x: auto; } /* Footer. */ |