Skip to content

Commit

Permalink
Fix scale of length profile
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 10, 2018
1 parent 3b1fdef commit a69b97f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/svgprofile/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ body, html {
overflow: hidden;
}

svg {
width: 100%;
height: 100%;
}
.axis, .profile{
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down Expand Up @@ -37,4 +41,4 @@ g.reach {

g.special-structure {
cursor: pointer;
}
}

0 comments on commit a69b97f

Please sign in to comment.