From fff3c5e36666e631fdedf12af6b3abdad35e2474 Mon Sep 17 00:00:00 2001 From: emilis Date: Tue, 18 Nov 2025 14:45:47 +0000 Subject: [PATCH] fix: target pickers overflowing on mobile --- werewolves/index.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/werewolves/index.scss b/werewolves/index.scss index 79bf15b..29b4a57 100644 --- a/werewolves/index.scss +++ b/werewolves/index.scss @@ -1054,7 +1054,7 @@ input { width: 100%; align-items: center; color: white; - height: 100%; + height: var(--target-picker-height); justify-content: center; $marked_bg: color.change($wolves_color, $alpha: 0.3); $marked_border: color.change($wolves_color, $alpha: 1.0); @@ -2116,10 +2116,12 @@ li.choice { :root.big-screen { --information-height: 75vh; + --target-picker-height: 100%; } :root:not(.big-screen) { --information-height: auto; + --target-picker-height: auto; } .information {