Lower z-index from 2^31 overflow to reasonable 1100

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 23:23:54 +08:00
parent 2b1d60b3d1
commit a9a4b89111

View File

@@ -183,6 +183,6 @@ onBeforeUnmount(() => {
<style> <style>
#account_menu { #account_menu {
z-index: 2147483648; z-index: 1100;
} }
</style> </style>