Nightly: Emoji-Picker fix als fixed Overlay neben Button (hoher z-index) statt überlagertem Inline-Panel

This commit is contained in:
vibe-bot 2025-08-09 21:29:11 +02:00
parent 9cedc3ce96
commit 3d9e03da57
2 changed files with 12 additions and 4 deletions

View file

@ -451,6 +451,7 @@ header p {
.emoji-picker {
display: grid; grid-template-columns: repeat(10, 2rem); gap: .25rem; padding: .5rem;
max-height: 260px; overflow: auto; background: #0f1530; border:1px solid rgba(255,255,255,.28); border-radius: 12px;
box-shadow: 0 24px 48px rgba(0,0,0,.6);
}
.emoji-picker button { background: transparent; border: 0; font-size: 1.25rem; cursor: pointer; }
.emoji-picker button:hover { filter: brightness(1.2); }