From 3b4bbd6329fa82dab2bcf0980d28d1837caedab3 Mon Sep 17 00:00:00 2001 From: Milad Raeisi Date: Thu, 26 Sep 2024 10:12:45 +0400 Subject: [PATCH] Update styles.scss --- src/styles/styles.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/styles.scss b/src/styles/styles.scss index eaff4d1..39d0353 100644 --- a/src/styles/styles.scss +++ b/src/styles/styles.scss @@ -9,7 +9,10 @@ body { } .emoji-picker-container { position: absolute; - bottom: 60px; /* Adjust this value to move the picker right above the button */ + bottom: 60px; left: 0; - z-index: 1000; /* Ensures the picker appears above other elements */ + z-index: 1000; } + input, textarea, select, button { + font-size: 16px; +}