diff --git a/sample/alphaToCoverage/index.html b/sample/alphaToCoverage/index.html index 36939aef..825b2d9f 100644 --- a/sample/alphaToCoverage/index.html +++ b/sample/alphaToCoverage/index.html @@ -19,11 +19,20 @@ height: min(100vw, 100vh); display: block; } + #imggif { + position: fixed; + right: 0; + bottom: 0; + width: min(20vw, 20vh); + height: min(20vw, 20vh); + } - + +
+