set max-height of viewer

This commit is contained in:
Baltazar Gomez 2020-04-26 00:17:13 -05:00 committed by Sean Yesmunt
parent e4d822f818
commit a76f59999e

View file

@ -125,6 +125,7 @@
.three-viewer {
height: calc(100vh - var(--header-height) - var(--spacing-medium) * 2);
max-height: var(--inline-player-max-height);
}
}