Skip to content

Commit

Permalink
[FIX] Avoid extra top pixel translation when sticking the navbar (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Oct 31, 2020
1 parent dbb0486 commit f83b7c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/static/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ div.card {
.navbar {
position: -webkit-sticky;
position: sticky;
top: -1px;
top: 0;
z-index: 100; /* ensure the BPMN Diagrams are under the navbar when scrolling */
}

0 comments on commit f83b7c9

Please sign in to comment.