From 6736cfe7f929cdda91656693335a1892bd756596 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Wed, 27 May 2020 09:51:19 +0200 Subject: Fix coin icon z-index --- .../src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw-ui/src/main/kotlin/org/luxons') diff --git a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt index 84972a2a..f4e3a477 100644 --- a/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt +++ b/sw-ui/src/main/kotlin/org/luxons/sevenwonders/ui/components/game/Hand.kt @@ -171,7 +171,7 @@ private fun RElementBuilder.priceInfo(amount: Int) { borderRadius = size fontSize = size * 0.8 textAlign = TextAlign.center - zIndex = 5 // above all 3 buttons + zIndex = 12 // blueprintjs sets hovered buttons z-index to 11 } +"$amount" } -- cgit