Skip to content

Commit

Permalink
Hide button until list is initialised
Browse files Browse the repository at this point in the history
Prevents the button appearing when _isResetOnRevisit is false
  • Loading branch information
danielstorey authored Nov 7, 2016
1 parent 195b8bb commit 93d51a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion less/stacklist.less
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
}

.stacklist-button {
display: none;
position: absolute;
top: 0;
height: 53px;
Expand All @@ -35,4 +36,4 @@
button {
width: 210px;
}
}
}

0 comments on commit 93d51a9

Please sign in to comment.