Feature tree loading indicator is too big and requires scroll to see (#6508)
Fixes #6477
This commit is contained in:
@ -418,7 +418,7 @@ export const EngineStream = (props: {
|
||||
{![EngineStreamState.Playing, EngineStreamState.Paused].some(
|
||||
(s) => s === engineStreamState.value
|
||||
) && (
|
||||
<Loading dataTestId="loading-engine" className="fixed inset-0">
|
||||
<Loading dataTestId="loading-engine" className="fixed inset-0 h-screen">
|
||||
Connecting to engine
|
||||
</Loading>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user