diff --git a/css/style.css b/css/style.css index cab75fb9..2dbf8c25 100644 --- a/css/style.css +++ b/css/style.css @@ -770,3 +770,16 @@ table.dataTable.display tbody tr:hover.selected { content: '\f06a'; /* fa-exclamation */ margin-left: 3px; } + +#elevation-chart { + position: relative; +} + +#no-elevation-data { + z-index: 1000; + margin: 0; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} diff --git a/index.html b/index.html index e8b885be..c7272b3a 100644 --- a/index.html +++ b/index.html @@ -1036,7 +1036,11 @@