mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-30 10:32:17 +00:00
508849a8af
## Description: Fix Emoji Panel Hidden Behind Player Info Panel According to : https://github.com/openfrontio/OpenFrontIO/issues/2367 After my previous Player Info Panel layout fix, the Emoji Panel was accidentally rendered behind it (see [comment](https://github.com/openfrontio/OpenFrontIO/pull/2410#issuecomment-3507266463)). This PR updates EmojiTable.ts to ensure the Emoji Panel displays correctly in front of the Player Info Panel. Changes: Increased z-index values for the Emoji backdrop, content, and close button above z-[10001]. backdrop: z-[10002] content: z-[10003] close button: z-[10004] Expected outcome: The Emoji picker (backdrop, content, and close button) now correctly appears above the Player Panel. <img width="1325" height="857" alt="Ekran Resmi 2025-11-09 09 42 38" src="https://github.com/user-attachments/assets/08f81d88-70be-4690-b13f-01f09766df04" /> - [x] I have added screenshots for all UI updates - [x] I process any text displayed to the user through translateText() and I've added it to the en.json file - [x] I have added relevant tests to the test directory - [x] I confirm I have thoroughly tested these changes and take full responsibility for any bugs introduced Discord Username : bilgehandk