Update styles.scss

This commit is contained in:
Milad Raeisi
2024-09-26 10:12:45 +04:00
parent b8cf7cba54
commit 3b4bbd6329

View File

@@ -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;
}