diff options
Diffstat (limited to 'includes/head.php')
-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 { |