spxbhuhb / adaptive

Consolidated full-stack application development library for Kotlin
https://adaptive.fun
Apache License 2.0
3 stars 0 forks source link

[ui] adding height and width to a rootBox #81

Open toth-istvan-zoltan opened 2 weeks ago

toth-istvan-zoltan commented 2 weeks ago

This code stops the snackbar recipe adding and showing snackbars. It is very strange as the upper part of the recipe also stops and that should not be affected by the root box.

rootBox {
    width { 200.dp } .. height { 200.dp }
}