diff options
Diffstat (limited to 'StoneIsland/www/css/index.css')
| -rw-r--r-- | StoneIsland/www/css/index.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/StoneIsland/www/css/index.css b/StoneIsland/www/css/index.css index c6eaadcf..161c41a6 100644 --- a/StoneIsland/www/css/index.css +++ b/StoneIsland/www/css/index.css @@ -2,7 +2,11 @@ -webkit-tap-highlight-color: rgba(0,0,0,0); } body, html { - height:100%; width:100%; margin:0px; padding:0px; + height: 100%; + width: 100%; + margin: 0px; + padding: 0px; + overflow: hidden; } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ |
