fix firefox instructions height overflow issue

This commit is contained in:
Ben Wheeler 2019-05-25 09:37:54 -04:00
parent 308af1eeda
commit 6d8441dd03

View file

@ -444,6 +444,12 @@ $stage-width: 480px;
height: 100%;
flex-direction: column;
align-items: flex-start;
/*
necessary to fix flexbox sizing issue that caused instructions
to flow over the top and bottom of the project notes section.
see https://stackoverflow.com/a/36247448
*/
min-height: 0;
}
.project-textlabel {