Fix clone panel z-index

This commit is contained in:
Unknwon 2014-09-10 11:32:14 -04:00
parent 18a80b291b
commit fdc8c34258
5 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,6 @@
html,
body {
height: 100%;
overflow-y: scroll;
}
.octicon,
.fa {

View file

@ -84,6 +84,7 @@ border-top-right-radius: .25em;
left: -354px;
padding: 20px;
box-sizing: border-box;
z-index: 1;
.btn > i {
margin-right: 6px;
}