MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,641:
 
/* ======================================================= */
/* FIX: ELEVATE AI ASSISTANT PARENT WRAPPER */
/* HIDE FLOATING BUTTONS WHEN AI PANEL IS OPEN (Mobile) */
/* ======================================================= */
.ext-aiassistant {
@media screen and (max-width: 768px) {
/* Lifts the entire extension stack above your 1002 buttons */
body.ai-panel-open #searchIcon,
z-index: 2147483647 !important;
body.ai-panel-open .branding-box,
}
body.ai-panel-open #cps-open-toc,
/* Ensures it competes on the same hardware-accelerated plane as the buttons */
body.ai-panel-open #custom-email-btn {
displaytransform: nonetranslateZ(10px) !important;
will-change: transform !important;
}
}