From be8f11d3a6f328c60cb90381a71bee5a2ab09078 Mon Sep 17 00:00:00 2001 From: 10G Meow <10gmeow@gmail.com> Date: Sun, 22 Jan 2023 11:12:31 +0200 Subject: [PATCH] polling inputText clickable issue in firefox --- src/components/InputControl.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/InputControl.vue b/src/components/InputControl.vue index a0a077c..b6d75e4 100644 --- a/src/components/InputControl.vue +++ b/src/components/InputControl.vue @@ -140,12 +140,14 @@ export default { letter-spacing: 0.4px; color: #000000; position: absolute; - top: 12px; + top: 20px; left: 16px; right: 16px; bottom: 0; + width: 100%; + &:focus { - top: 12px; + top: 20px; } &:focus, &:focus-visible {