Skip to content

Commit

Permalink
Merge pull request #290 from Vizzuality/hotfix/fix-sidebar-height
Browse files Browse the repository at this point in the history
Update height values
  • Loading branch information
weberjavi authored Jun 14, 2021
2 parents 0c7d25e + b292876 commit d09410f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
border: $sidebar-border;
border-radius: $sidebar-border-radius;
position: absolute;
height: calc(95vh + #{$sidebar-cards-padding});
height: calc(92vh + #{$sidebar-cards-padding});
width: $local-sidebar-width;
top: $local-sidebar-top-margin;
left: $site-gutter;
Expand Down Expand Up @@ -68,7 +68,7 @@
.scrollableArea {
overflow-y: scroll;
overflow-x: hidden;
height: 84%;
height: 74%;

&::-webkit-scrollbar {
width: 6px;
Expand Down

1 comment on commit d09410f

@vercel
Copy link

@vercel vercel bot commented on d09410f Jun 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment failed with the following error:

Environment Variable "REACT_APP_NODE_PATH" references Secret "half-earth-node_path", which does not exist.

Please sign in to comment.