Skip to content

Commit

Permalink
Merge pull request #465 from Georgehe4/minimum_size
Browse files Browse the repository at this point in the history
Set minimum size for track viewing
  • Loading branch information
armish committed Jul 23, 2017
2 parents 5c78282 + 230357f commit 980dc6f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions style/pileup.css
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@
/* pileup track */
.pileup-root > .pileup {
flex: 1; /* stretch to fill remaining space */
flex-basis: auto;
min-height: 300px; /* prevent tracks from becoming too small */
}
.pileup .alignment .match {
fill: #c8c8c8; /* matches IGV */
Expand Down

0 comments on commit 980dc6f

Please sign in to comment.