Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: nested vuetify apps should not have 100vh (#570)
If a vue tree gets interrupted (by ipyreact or classic ipywidgets) we start a new (vuetify) app. This causes that root DOM element to take up 100vh, which is only needed for the top-level app.
- Loading branch information