Embed maximum height

i have noticed that when a note embed gets too long, there appears an auto max-height and a scrollbar beside the embed. how can i either get rid of it, or customize the maximum height?

You could try something like this:

body {
    --embed-max-height: unset;
}

You could also use a pixel value as well, e.g., 5000px;

https://help.obsidian.md/Extending+Obsidian/CSS+snippets