From a69b97f885f87c39a3c3dc682681fa69a155fb15 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Mon, 10 Dec 2018 14:40:05 +0100 Subject: [PATCH] Fix scale of length profile --- src/svgprofile/screen.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}