summaryrefslogtreecommitdiff
path: root/public/assets/stylesheets/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/stylesheets/app.css')
-rwxr-xr-xpublic/assets/stylesheets/app.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css
index e5666ca..1ad2409 100755
--- a/public/assets/stylesheets/app.css
+++ b/public/assets/stylesheets/app.css
@@ -372,6 +372,8 @@ h5{
}
.topLinks {
float: right;
+ z-index: 3;
+ position: relative;
font-size: 18px;
padding: 8px;
margin: 14px;
@@ -384,7 +386,7 @@ h5{
color: black;
font-weight: 300;
text-decoration: none;
- border-bottom:1px solid white;
+ border-bottom:1px solid transparent;
}
.topLinks a:hover {
border-bottom:1px solid lightgreen;
@@ -533,7 +535,7 @@ h5{
backface-visibility: visible;
}
#hud {
- position: absolute;
+ position: fixed;
top:0;left:0;
z-index: 2;
}