chore(ngdocs): fix improve button overlap

This commit is contained in:
Matias Niemelä 2013-07-17 21:18:57 -04:00 committed by Pete Bacon Darwin
parent add43e91dc
commit 67a81eff42

View file

@ -88,6 +88,11 @@ img.AngularJS-small {
.improve-docs {
float: right;
position: relative;
}
.improve-docs {
z-index:100;
}
.hint {