diff options
| author | Matias Niemelä | 2013-07-17 21:18:57 -0400 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-18 18:56:08 +0100 |
| commit | 67a81eff4252cd9576853dd85d26d8879d840a6b (patch) | |
| tree | 07aeccfa15a1b753fbbf95797557a16cddbe13b7 | |
| parent | add43e91dc8b766d52c9e8ccfe788efec17a94aa (diff) | |
| download | angular.js-67a81eff4252cd9576853dd85d26d8879d840a6b.tar.bz2 | |
chore(ngdocs): fix improve button overlap
| -rw-r--r-- | docs/src/templates/css/docs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/src/templates/css/docs.css b/docs/src/templates/css/docs.css index 0bb631d8..7f86de9e 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -88,6 +88,11 @@ img.AngularJS-small { .improve-docs { float: right; + position: relative; +} + +.improve-docs { + z-index:100; } .hint { |
