MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,657:
}
 
/* ElevateActivate thez-index AIon Assistant'sthe root Codex wrapper above the 1002 buttons */
.cdx-overlay-container {
.ext-aiassistant {
position: relativefixed !important; /* Forces the z-index to apply */
inset: 0 !important; /* Ensures it covers the screen area */
z-index: 2147483647 !important;
transform: none !important;
pointer-events: none !important; /* Lets clicks pass through the invisible wrapper */
}
 
/* Reactivate pointer events just for the panel itself */
.ext-aiassistant-panel {
pointer-events: auto !important;
}