Skip to content

Commit

Permalink
fixing #96
Browse files Browse the repository at this point in the history
  • Loading branch information
SKrywinski committed Jan 17, 2019
1 parent af4f287 commit 99f8f13
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion application/static/css/dariah-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1101,9 +1101,14 @@ th {
}

.header {
z-index: 10;
background: #213365;
padding: 0 12px;
position: relative
/*position: relative;*/
position: fixed;
top: 0;
width: 100%

}

.header:after,
Expand Down Expand Up @@ -1462,6 +1467,7 @@ th {
}

.main {
margin-top: 60px;
-webkit-transition: -webkit-filter .2s;
transition: -webkit-filter .2s;
transition: filter .2s;
Expand Down

0 comments on commit 99f8f13

Please sign in to comment.