add empty div to fix bug with moving flyover toggle

This commit is contained in:
Matthew Piatetsky
2021-01-06 11:37:34 -05:00
committed by Emma Green
parent a0b85111eb
commit aa56239f54

View File

@@ -78,6 +78,7 @@ function SequenceNavigation({
</Button>
{renderUnitButtons()}
{renderNextButton()}
<div className="rev1512ToggleFlyoverSequenceLocation" />
</nav>
);
}