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:
Consultoria AS
2026-02-17 06:58:28 +00:00
parent e132c2ba14
commit 8ddb60d6c1
2 changed files with 7 additions and 5 deletions

View File

@@ -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