Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 81770ae

Browse files
Kevin Kellywardbell
authored andcommitted
fix(directives): set copy directive z-index 1
closes #769
1 parent ea9216c commit 81770ae

File tree

1 file changed

+2
-2
lines changed
  • public/resources/js/directives

1 file changed

+2
-2
lines changed

public/resources/js/directives/copy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ angularIO.directive('copyContainer', function() {
2525
transclude: true,
2626
template:
2727
'<div style="position: relative">' +
28-
'<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1000" ></copy-button>' +
28+
'<copy-button style="position: absolute; top: 10px; right: 0px; z-index: 1" ></copy-button>' +
2929
'<ng-transclude></ng-transclude>' +
3030
'</div>'
3131
};
@@ -57,4 +57,4 @@ angularIO.directive('copyButton', function() {
5757
});
5858
}
5959
};
60-
});
60+
});

0 commit comments

Comments
 (0)