update z-index use

This commit is contained in:
Juergen Kunz
2025-06-26 15:46:44 +00:00
parent 1038759d8b
commit d1ea10d8c6
12 changed files with 172 additions and 12 deletions

View File

@ -1,5 +1,6 @@
import * as colors from './00colors.js';
import * as plugins from './00plugins.js';
import { zIndexLayers } from './00zindex.js';
import { demoFunc } from './dees-modal.demo.js';
import {
@ -85,7 +86,7 @@ export class DeesModal extends DeesElement {
box-sizing: border-box;
align-items: center;
justify-content: center;
z-index: 2000;
z-index: ${zIndexLayers.overlay.modal};
}
.modal {
will-change: transform;