summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web-ui/app/scss/style-guide.scss4
1 files changed, 4 insertions, 0 deletions
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