We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5091b57 commit b57421fCopy full SHA for b57421f
1 file changed
src/js/views/draw-chromosomes.js
@@ -149,6 +149,7 @@ function setOverflowScroll() {
149
}
150
151
ideoWidth = Math.round(ideoWidth * ploidy / config.rows);
152
+ if (ideo._layout._class === 'SmallLayout') ideoWidth += 40;
153
154
// Ensures absolutely-positioned elements, e.g. heatmap overlaps, display
155
// properly if ideogram container also has position: absolute
0 commit comments