MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,116:
/* ======================================================= */
/* 1. GLOBAL
/*
/*
.ext-aiassistant,
.ext-aiassistant-panel {
z-index: 2000 !important;
position: fixed !important;▼
}
/* 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 {
/* Force Fixed so it covers the screen regardless of scroll */
▲ position: fixed !important;
/* Override inline styles to force full width/height */
width: 100% !important;
Line 1,141 ⟶ 1,143:
bottom: 0 !important;
/*
border-radius: 0 !important;
margin: 0 !important;
Line 1,147 ⟶ 1,149:
}
/*
.ext-aiassistant-body {
height: auto !important;
| |||