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 */
/* We force the layer order and add hardware acceleration so it covers the 3D buttons. */
/* ======================================================= */
/* 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 */
z-index: 20002147483647 !important;
/* Force it into a higher hardware-accelerated 3D plane than the buttons */
transform: translateZ(010px) !important;
will-change: transform !important;
}