.emoji-picker-display { position: fixed; top: 0; right: 0; bottom: 0; left: 0; display: none; flex-direction: column; align-items: center; justify-content: center; background: rgba(0,0,0, 0.8); color: #e8e8e8; &.picker-active { display: flex; } .emoji-picker-prompt { margin-bottom: 10px; font-size: 1.5em; color: #e8e8e8; } }