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:
@@ -183,6 +183,6 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
#account_menu {
|
#account_menu {
|
||||||
z-index: 2147483648;
|
z-index: 1100;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user