diff options
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 5aca224..757f1df 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; |
