diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 11:56:34 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2014-08-18 16:07:14 -0300 |
commit | 409e6d2164ea30859d73d4a120b63829d0113a76 (patch) | |
tree | 35136772914574d86b7c0d033dd257361ba74375 /web-ui/app | |
parent | 7b7e5f1a6fd5926670917af735b2eda75fa332ee (diff) |
Making style guide nav always fixed.
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 4 |
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 |