chore: fix copy-button / aside overlap #744
This commit is contained in:
parent
3f4ee37c4e
commit
2cfa6f3eef
|
@ -24,8 +24,8 @@ angularIO.directive('copyContainer', function() {
|
||||||
restrict: 'E',
|
restrict: 'E',
|
||||||
transclude: true,
|
transclude: true,
|
||||||
template:
|
template:
|
||||||
'<div style="position: relative">' +
|
'<div style="position: relative; overflow: auto;">' +
|
||||||
'<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1" ></copy-button>' +
|
'<copy-button style="position: absolute; top: 18px; right: 0px; z-index: 1" ></copy-button>' +
|
||||||
'<ng-transclude></ng-transclude>' +
|
'<ng-transclude></ng-transclude>' +
|
||||||
'</div>'
|
'</div>'
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue