Hey, i want to share a temporary workaround for this issue.
https://github.com/ironmansoftware/powershell-universal/issues/5481
Invoke-UDJavaScript -JavaScript "document.querySelector('.MuiDrawer-anchorBottom').remove();"
or with css styling
.MuiDrawer-anchorBottom {
display: none;
}
It removes the white line at the bottom of every page when the -Theme parameter is used for New-UDApp.
Does anyone also see this or know why the element is there in the first place?
838f4111-0f21-40b0-bec2-6550938e3ae6.png