From 409e6d2164ea30859d73d4a120b63829d0113a76 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Mon, 18 Aug 2014 11:56:34 -0300 Subject: Making style guide nav always fixed. --- web-ui/app/scss/style-guide.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web-ui/app') diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index 18232a7a..fc5b26bc 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -6,7 +6,10 @@ body { } nav { + position: fixed; + z-index: 10; height: 50px; + width: 100%; background-color: #3e3a37; color: white; } @@ -30,6 +33,7 @@ ul.right { section.guide-section { display: block; height: 300px; + padding-top: 50px; &:nth-child(even) { background: white -- cgit v1.2.3