diff --git a/app/static/styles.css b/app/static/styles.css index c5010ec..5e82e1b 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -21,4 +21,8 @@ .break-word{ word-break: break-word; +} + +.overflow-auto{ + overflow: auto; } \ No newline at end of file diff --git a/app/templates/base.html b/app/templates/base.html index 8ab3a56..f418c2a 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -12,7 +12,7 @@ -