Skip to content

Commit

Permalink
Urgent safari fix for fit-content
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownJoe796 committed Jul 30, 2024
1 parent 3ababee commit 0b96982
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b96982

Please sign in to comment.