diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html index e34e897..96d67b6 100644 --- a/src/main/resources/static/index.html +++ b/src/main/resources/static/index.html @@ -50,15 +50,36 @@ position: relative; z-index: 1; } + + .qr-code { + position: fixed; + z-index: 2; + bottom: 20px; + right: 20px; + }