MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1,144:
/* ======================================================= */
/* 3. AI ASSISTANT (AXA BRAIN)
/* ======================================================= */
/* 1. GLOBAL LAYER (All Devices) */
/* We ONLY force the layer order here, not the position. */
/* This ensures it sits on top of your floating buttons (z-index: 1002). */
}
/* 2. MOBILE ONLY: FULL SCREEN MODE */
/* We only force 'fixed' position on mobile to lock it to the screen. */
@media screen and (max-width: 768px) {
.ext-aiassistant-panel {
/*
position: fixed !important;▼
/* Override inline styles to force full width/height */
max-height: 100dvh !important;▼
width: 100% !important;▼
height: 100% !important;
/*
▲ position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
▲ width: 100% !important;
/*
margin: 0 !important;
▲ border: none !important;
▲ border-radius: 0 !important;
}
/*
▲ .ext-aiassistant-header {
▲ z-index: 2002 !important;
▲ .ext-aiassistant-footer {
.ext-aiassistant-body {
height: auto !important;
}
}
| |||