diff options
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/css/index.css b/www/css/index.css index 5b12d77..09c818d 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -20,6 +20,7 @@ -webkit-user-select: none; -ms-user-select: none; user-select: none; + outline: none; } body { margin: 0; @@ -117,6 +118,9 @@ html.no-js #gotit { #container { overflow: hidden; } +#show { + height: 100%; +} #show img { position: absolute; } |