diff options
author | 53hornet <atc@53hor.net> | 2021-12-06 20:17:55 -0500 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-12-06 20:17:55 -0500 |
commit | 1acce8675ee1f517e7334ef5708f349ad3b55949 (patch) | |
tree | 937f97dc6db2e18b1dfb77d7bb65a53d653dd6a4 | |
parent | e44079a8cf98e8391cdc3df3ba84f6adf6f9eddd (diff) | |
download | 53hor-1acce8675ee1f517e7334ef5708f349ad3b55949.tar.xz 53hor-1acce8675ee1f517e7334ef5708f349ad3b55949.zip |
fix: pre overflow auto
-rw-r--r-- | includes/head.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/head.php b/includes/head.php index 793356c..e874165 100644 --- a/includes/head.php +++ b/includes/head.php @@ -88,7 +88,7 @@ border-radius: var(--box-radius); border-left: var(--box-border); border-right: var(--box-border); - overflow: scroll; + overflow: auto; } .description { |