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