diff --git a/library/src/jsMain/kotlin/com/lightningkite/kiteui/views/direct/FloatingInfoHolder.js.kt b/library/src/jsMain/kotlin/com/lightningkite/kiteui/views/direct/FloatingInfoHolder.js.kt index 1358e7ad..91587fa1 100644 --- a/library/src/jsMain/kotlin/com/lightningkite/kiteui/views/direct/FloatingInfoHolder.js.kt +++ b/library/src/jsMain/kotlin/com/lightningkite/kiteui/views/direct/FloatingInfoHolder.js.kt @@ -81,8 +81,8 @@ actual class FloatingInfoHolder actual constructor(val source: RView) { native.style.position = "absolute" native.style.zIndex = "999" native.style.height = "auto" - native.style.width = "fit-content" - native.style.height = "fit-content" + native.style.width = "unset" + native.style.height = "unset" fun reposition() { native.onElement { e -> e as HTMLElement