Skip to content

Commit

Permalink
chore(ngdocs): fix improve button overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
matsko authored and petebacondarwin committed Jul 18, 2013
1 parent 2bb27d4 commit e449c6d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/templates/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
.improve-docs, .view-source {
float: right;
margin: 0 5px;
position: relative;
}

.improve-docs {
z-index:100;
}

.hint {
Expand Down

0 comments on commit e449c6d

Please sign in to comment.