set max-height of viewer
This commit is contained in:
parent
e4d822f818
commit
a76f59999e
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@
|
|||
|
||||
.three-viewer {
|
||||
height: calc(100vh - var(--header-height) - var(--spacing-medium) * 2);
|
||||
max-height: var(--inline-player-max-height);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue