diff --git a/public/static/css/mapguesser.css b/public/static/css/mapguesser.css index ac070a7..b710c29 100644 --- a/public/static/css/mapguesser.css +++ b/public/static/css/mapguesser.css @@ -404,9 +404,17 @@ div.buttonContainer>button { } #cookiesNotice { + position: fixed; + left: 0; + bottom: 0; + right: 0; + margin: 20px; background-color: #eeeeee; + border: solid #888888 1px; + border-radius: 3px; padding: 10px; text-align: center; + z-index: 10; } #loading { diff --git a/views/templates/mapguesser.php b/views/templates/mapguesser.php index b85ae0b..4348067 100644 --- a/views/templates/mapguesser.php +++ b/views/templates/mapguesser.php @@ -25,14 +25,6 @@ - -
-

- uses cookies to improve user experience. By using the app or clicking 'Agree', you consent to our use of cookies. -

- -
-
Loading
@@ -44,6 +36,14 @@ @yields('pagemodal') @yields('content') + +
+

+ uses cookies to improve user experience. By using the app or clicking 'Agree', you consent to our use of cookies. +

+ +
+