jwstegemann / fritz2

Easily build reactive web-apps in Kotlin based on flows and coroutines.
https://www.fritz2.dev
MIT License
653 stars 28 forks source link

Removes portal stylings #804

Closed Lysander closed 1 year ago

Lysander commented 1 year ago

The default z-index-Stylings are removed entirely from the portal-factory. As the portal-containers can be defined by the user, there is no more need to "hide" them with display-contents and implement some z-index behavior for their children.

This is a huge step to consequently remain headless and be agnostic of any styling!

fixes #799 fixes #802