diff options
| author | Matias Niemelä | 2013-07-17 21:18:57 -0400 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-07-18 18:53:20 +0100 | 
| commit | e449c6df06d92136f9fab95caa29ac2e74b5e58b (patch) | |
| tree | 4154a3506416013f172f0009fb4a85d993a51893 /docs/src/templates/css/docs.css | |
| parent | 2bb27d4998805fd89db25192f53d26d259ae615f (diff) | |
| download | angular.js-e449c6df06d92136f9fab95caa29ac2e74b5e58b.tar.bz2 | |
chore(ngdocs): fix improve button overlap
Diffstat (limited to 'docs/src/templates/css/docs.css')
| -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 a34a197f..f4a86ba5 100644 --- a/docs/src/templates/css/docs.css +++ b/docs/src/templates/css/docs.css @@ -98,6 +98,11 @@  .improve-docs, .view-source {    float: right;    margin: 0 5px; +  position: relative; +} + +.improve-docs { +  z-index:100;  }  .hint { | 
