diff --git a/src/static/style.css b/src/static/style.css index 9f272a6..a21ecf6 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -161,7 +161,7 @@ tr:hover:not(.selected) { } } -#table-container { +.table-container { overflow-y: auto; max-height: 400px; /* Passen Sie die Höhe nach Bedarf an */ border-radius: 10px; diff --git a/src/templates/nutrition.html b/src/templates/nutrition.html index ea5c0ff..b91ecc3 100644 --- a/src/templates/nutrition.html +++ b/src/templates/nutrition.html @@ -190,26 +190,28 @@