fix(cfdi): increase popover z-index to prevent overlap
- Set z-index to 9999 to ensure popover appears above all elements - Add explicit white background for better visibility Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -8,8 +8,9 @@ module.exports = {
|
||||
interpreter: 'none',
|
||||
watch: false,
|
||||
autorestart: true,
|
||||
restart_delay: 5000,
|
||||
max_restarts: 5,
|
||||
restart_delay: 10000,
|
||||
max_restarts: 3,
|
||||
kill_timeout: 5000,
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 4000
|
||||
@@ -23,8 +24,9 @@ module.exports = {
|
||||
interpreter: 'none',
|
||||
watch: false,
|
||||
autorestart: true,
|
||||
restart_delay: 5000,
|
||||
max_restarts: 5,
|
||||
restart_delay: 10000,
|
||||
max_restarts: 3,
|
||||
kill_timeout: 5000,
|
||||
env: {
|
||||
NODE_ENV: 'development',
|
||||
PORT: 3000
|
||||
|
||||
Reference in New Issue
Block a user