diff --git a/dist/web/source/index.html b/dist/web/source/index.html index e280efa93..9fa83023e 100644 --- a/dist/web/source/index.html +++ b/dist/web/source/index.html @@ -96,8 +96,8 @@ -
- +
+
diff --git a/dist/web/source/style.css b/dist/web/source/style.css index dada2c254..bca3e41b2 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -185,4 +185,23 @@ a:hover { position: absolute; top: 0; left: 0; +} + +.imhex-web-canvas { + width: 100%; + height: 100%; + display: block; + overflow: hidden; + image-rendering: smooth; + margin: 0; + padding: 0; + z-index: 1; +} + +.imhex-web-canvas-wrapper { + position: relative; + width: 100%; + height: 100%; + overflow: hidden; + background-size: 100% 100%; } \ No newline at end of file