Skip to content

Commit

Permalink
Update height values
Browse files Browse the repository at this point in the history
  • Loading branch information
weberjavi committed Jun 14, 2021
1 parent 0c7d25e commit b292876
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

0 comments on commit b292876

Please sign in to comment.