summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:20:20 +0200
committerSamuel Mannehed <samuelmannehed@gmail.com>2017-05-13 01:39:47 +0200
commit5a60cd55f8eea9633d816070e31a76239cc1736a (patch)
treefa896c6cc3d88b01399c3b654279c0b65debc748
parent3f2ac325f07322e4fbf6363d1fc15d9c33db59af (diff)
downloadnovnc-5a60cd55f8eea9633d816070e31a76239cc1736a.tar.gz
Make "fork me"-banner fixed position
-rw-r--r--info.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/info.css b/info.css
index 7b39959..6562252 100644
--- a/info.css
+++ b/info.css
@@ -23,7 +23,7 @@ body {
}
.fork_banner {
- position: absolute;
+ position: fixed;
top: 0;
right: 0;
border: 0;