MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,150:
/* 1. GLOBAL LAYER (All Devices) - STACKING TRAP FIX */
/* ======================================================= */
/* Target ONLY the open overlay containers. Excludes the AI trigger icon! */
/* Targets the AI extension, the panel, and the standard MediaWiki/Codex UI wrappers */
.ext-aiassistant,
.ext-aiassistant-panel,
.cdx-overlay-container,
.ext-aiassistant,-panel {
.cdx-dialog {
/* Break out of parent containers */
position: fixed !important;
/* Absolute maximum z-index value allowed by CSS */
z-index: 2147483647 !important;
/* Force it into a higher hardware-accelerated 3D plane than the buttons */
transform: translateZ(10px) !important;
will-change: transform !important;
}