Skip to content

Commit

Permalink
make top navbar fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KostyaDanovsky committed Nov 13, 2015
1 parent 6c99f4f commit 5f15d5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/app/components/pageTop/_pageTop.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
.page-top {
@include bg-translucent-dark(0.5);
padding: 0;
position: relative;
position: fixed;
z-index: 904;
box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.5);
height: 66px;
width: 100%;
}

a.al-logo {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/css/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ a {

.al-main {
margin-left: $left-space;
padding: 0 0 34px 0;
padding: 66px 0 34px 0;
min-height: 500px;
transition: margin-left 0.5s ease;
}
Expand Down

0 comments on commit 5f15d5d

Please sign in to comment.