diff --git a/src/app/components/authenticated-v2/results/results.component.html b/src/app/components/authenticated-v2/results/results.component.html index 2506744a..3a3f3c44 100644 --- a/src/app/components/authenticated-v2/results/results.component.html +++ b/src/app/components/authenticated-v2/results/results.component.html @@ -30,7 +30,7 @@ -
+
Items Used diff --git a/src/app/components/authenticated-v2/results/results.component.scss b/src/app/components/authenticated-v2/results/results.component.scss index 7bac2ec9..f1ce461a 100644 --- a/src/app/components/authenticated-v2/results/results.component.scss +++ b/src/app/components/authenticated-v2/results/results.component.scss @@ -15,6 +15,11 @@ * along with this program. If not, see . */ +:host { + position: sticky; + top: 0; +} + #card-results { display: inline-block; vertical-align: top; @@ -23,6 +28,11 @@ margin-left: 3px; } +.results-content { + max-height: 80vh; + overflow-y: auto; +} + .statColumn { position: relative; }