diff options
| author | ryderr <r@okfoc.us> | 2014-10-02 16:34:52 -0400 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-10-02 16:34:52 -0400 |
| commit | 9ff15bf5fd1d4e59a1475125f8450fb9e19817e9 (patch) | |
| tree | a6a607751f92636632a842f218f6ff665c31d597 /public/assets/stylesheets/app.css | |
| parent | d3cc41049b0f7501a5cf9f0afa2c7c4ecc0ed5ae (diff) | |
key thing
Diffstat (limited to 'public/assets/stylesheets/app.css')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index f230c93..0f8300c 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -691,7 +691,12 @@ iframe.embed { .mx-object3d video { pointer-events: none; } - +#keyhint { + position: fixed; + bottom:0; + right:0; + z-index: 2; +} #hud { position: fixed; top:0;left:0; |
