Skip to content

Commit

Permalink
fix: remove overflow in reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg authored and malashkevich committed Jun 11, 2019
1 parent ff770f2 commit 37393d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/landing/css/reactive-kitten.webflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -1160,13 +1160,13 @@
}

.div-block-45 {
overflow: scroll;
overflow: hidden;
height: 100%;
padding: 16px 24px;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
flex: 1 0 auto;
}

.image-21 {
Expand Down

0 comments on commit 37393d6

Please sign in to comment.