diff --git a/.gitignore b/.gitignore index 60d22ef..f520ba2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ rev-manifest.json /nohup.out /package-lock.json /dist.tar.gz +/roms diff --git a/fc/dist/gbajs.min.css b/fc/dist/gbajs.min.css index b183249..deaf422 100644 --- a/fc/dist/gbajs.min.css +++ b/fc/dist/gbajs.min.css @@ -526,13 +526,23 @@ canvas { right: 0; } .info-mask { - position: fixed; + position: absolute; top: 0; left: 0; - bottom: 0; - right: 0; - background-color: #fff; - background-image:url(../resources/invite-mask.png); + width: 110vw; + height: 250vw; + background-color: #000; + overflow-x: hidden; + overflow-y: auto; + background-image:url(../resources/invite-mask.jpg); background-repeat:no-repeat; background-size: 100% } +#mask-img { + width: 100%; + height: 100%; + opacity: 0; +} +.container::-webkit-scrollbar { + display: none; //Safari and Chrome +} diff --git a/fc/index.html b/fc/index.html index 9606500..854da49 100644 --- a/fc/index.html +++ b/fc/index.html @@ -54,7 +54,7 @@