From 1816708f8a9101486109a6e7fd28272c68ff01bf Mon Sep 17 00:00:00 2001 From: lublagg Date: Wed, 4 Oct 2023 16:09:43 -0400 Subject: [PATCH] Make info pop-up scrollable. --- src/components/information.scss | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/information.scss b/src/components/information.scss index 071e851..04d1113 100644 --- a/src/components/information.scss +++ b/src/components/information.scss @@ -4,18 +4,15 @@ position: absolute; width: 310px; left: calc(50% - 155px); - top: 35px; + top: 2.5vh; z-index: 3; - + overflow: scroll; display: flex; flex-direction: column; - overflow-y: hidden; background-color: white; - border: 0 solid $teal-dark; border-radius: 6px; - - max-height: 1000px; + max-height: 95vh; border-width: 1px; .popUpBody { background-color: white;