diff --git a/bld/Release/PackageLayout/www/css/app.css b/bld/Release/PackageLayout/www/css/app.css index f18d4088..0aa0e28b 100644 --- a/bld/Release/PackageLayout/www/css/app.css +++ b/bld/Release/PackageLayout/www/css/app.css @@ -36,7 +36,7 @@ } [role=region] > .view-content { margin: 0; - position: relative; + position: relative; /*Fixes #250 Random button display bug in W10M */ } [role=region] > footer { background: rgba(0,0,0,.2); diff --git a/www/css/app.css b/www/css/app.css index f18d4088..0aa0e28b 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -36,7 +36,7 @@ } [role=region] > .view-content { margin: 0; - position: relative; + position: relative; /*Fixes #250 Random button display bug in W10M */ } [role=region] > footer { background: rgba(0,0,0,.2);