diff --git a/templates/GameTutorial.html b/templates/GameTutorial.html index d0b94bf..a05917e 100644 --- a/templates/GameTutorial.html +++ b/templates/GameTutorial.html @@ -3,7 +3,8 @@ - + +
@@ -138,11 +139,22 @@ font-weight: 500; color: #1967ab; } + + #mask { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background-color: rgba(0, 0, 0, 0); + z-index: 99; + } -