From 7c2f376138ee58130fbd3c50c6a107be425191a9 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 19 Nov 2015 17:07:02 +0100 Subject: [PATCH] make navbar fixed --- webapp/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/webapp/style.css b/webapp/style.css index 8f645a0..8017f10 100644 --- a/webapp/style.css +++ b/webapp/style.css @@ -20,6 +20,14 @@ a { text-decoration: none; } +.navbar { + position: fixed; + width: 100%; + opacity: 1; + background: rgb(255, 255, 255); + z-index: 99; +} + .navbar a { text-decoration: none; color: inherit; @@ -38,7 +46,7 @@ a:hover { } .app { - padding-top: 2em + padding-top: 9rem } .user-id .fa {