instead of doing magic on scroll events, move the button to the bottom of the stdout pre.

This commit is contained in:
Martin Bruse
2014-02-27 12:04:51 +00:00
parent 0c9a9f6d63
commit bc2043d4cf
3 changed files with 10 additions and 26 deletions

View File

@@ -1083,15 +1083,13 @@ ul.account-radio-group li img {
word-break: break-all;
}
#follow {
position: absolute;
z-index: 1000;
position: relative;
z-index: 100;
float: right;
right: 1em;
top: .5em;
top: -2.5em;
padding: 0 1em;
border-radius: 7px;
background: #999;
cursor: pointer;
}
#follow-container {
position: relative;
}

View File

@@ -1273,17 +1273,15 @@ pre {
}
#follow {
position: absolute;
z-index: 1000;
position: relative;
z-index: 100;
float: right;
right: 1em;
top: .5em;
top: -2.5em;
padding: 0 1em;
border-radius: 7px;
background: #999;
cursor: pointer;
}
#follow-container {
position: relative;
}