mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 15:24:43 +00:00
chore(ngdocs): fix improve button overlap
This commit is contained in:
parent
2bb27d4998
commit
e449c6df06
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@
|
||||||
.improve-docs, .view-source {
|
.improve-docs, .view-source {
|
||||||
float: right;
|
float: right;
|
||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
.improve-docs {
|
||||||
|
z-index:100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hint {
|
.hint {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue