diff --git a/src/svgprofile/screen.css b/src/svgprofile/screen.css index 85b5e971..c7c2a9ea 100644 --- a/src/svgprofile/screen.css +++ b/src/svgprofile/screen.css @@ -8,6 +8,10 @@ body, html { overflow: hidden; } +svg { + width: 100%; + height: 100%; +} .axis, .profile{ -webkit-touch-callout: none; -webkit-user-select: none; @@ -37,4 +41,4 @@ g.reach { g.special-structure { cursor: pointer; -} \ No newline at end of file +}