diff --git a/app/static/css/base.css b/app/static/css/base.css index 16f2a0a..c40b492 100644 --- a/app/static/css/base.css +++ b/app/static/css/base.css @@ -691,4 +691,11 @@ header > div.menu .menu-item:last-child{ grid-column-end: 12; margin-bottom: 20px; +} + +.max-500 { + max-height: 500px; +} +.scroll { + overflow-x: auto; } \ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index fd6bc70..15682b5 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -103,44 +103,59 @@