Skip to content

Commit

Permalink
fix overflow hidding the bottom of the right col
Browse files Browse the repository at this point in the history
  • Loading branch information
alienlebarge committed Sep 13, 2016
1 parent 8087814 commit 1b26fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webdebugger/src/components/snapshot.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
vertical-align: top;
flex-grow: 1;
margin-left: 26px;
overflow: scroll;
max-width: calc(100% - 26px)
}

.snapshot__basename {
Expand Down

0 comments on commit 1b26fb4

Please sign in to comment.