Skip to content

Commit

Permalink
Make info pop-up scrollable.
Browse files Browse the repository at this point in the history
  • Loading branch information
lublagg committed Oct 4, 2023
1 parent 9b9fe8b commit 1816708
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/components/information.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1816708

Please sign in to comment.