MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 1,147:
/* ======================================================= */
/* ======================================================= */
/* 1. GLOBAL LAYER (All Devices) - STACKING TRAP FIX */
/* ======================================================= */
/* Targets the AI extension, the panel, and the standard MediaWiki/Codex UI wrappers */
.ext-aiassistant,
.ext-aiassistant-panel
.cdx-overlay-container,
z-index: 2000 !important;▼
.cdx-dialog {
transform: translateZ(0) !important;▼
/* Break out of parent containers */
position: fixed !important;
/* Absolute maximum z-index value allowed by CSS */
/* Force it into a higher hardware-accelerated 3D plane than the buttons */
will-change: transform !important;
}
| |||