tweaks for firefox
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/6379bb70 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6379bb70 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6379bb70 Branch: refs/heads/master Commit: 6379bb70e8d54acf5704978e8332766b45695221 Parents: 4c6d4b7 Author: Alex Heneveld <[email protected]> Authored: Thu Jan 15 16:27:53 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Thu Jan 15 16:33:00 2015 +0000 ---------------------------------------------------------------------- docs/style/css/base.scss | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/6379bb70/docs/style/css/base.scss ---------------------------------------------------------------------- diff --git a/docs/style/css/base.scss b/docs/style/css/base.scss index 663d596..2f778ee 100644 --- a/docs/style/css/base.scss +++ b/docs/style/css/base.scss @@ -487,6 +487,9 @@ code { display: inherit; } .clipboard_button .on-active { + // z-index often doesn't help here (diff stacking context to the side menu)... but it shouldn't hurt! + z-index: 10; + font-family: $fonts; display: none; margin-top: -20px; height: 0;
