MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary Tag: Manual revert |
No edit summary Tag: Reverted |
||
Line 1,144:
/* ======================================================= */
/* 3. AI ASSISTANT
/* ======================================================= */
.ext-aiassistant,▼
.ext-aiassistant-panel {▼
z-index: 2000 !important;▼
@media screen and (max-width: 768px) {
position: fixed !important;▼
width: 100% !important;▼
height: 100% !important;▼
max-width: none !important;▼
max-height: none !important;▼
/* 1. FORCE HEADER
position: fixed !important; /* Detach from panel flow */
top: 0 !important;
left: 0 !important;
right: 0 !important;
height: 55px !important; /* Force a stable height */
z-index: 2005 !important; /*
margin: 0 !important;
border-radius: 0 !important;
}
/*
/* Since header is fixed, we need to add space so text isn't hidden */
.ext-aiassistant-body {
padding-bottom: 80px !important; /* Space for footer/keyboard */
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
▲ }
/* 3. RESET PANEL CONTAINER */
▲ position: fixed !important;
▲ width: 100% !important;
▲ height: 100% !important;
margin: 0 !important;
border-radius: 0 !important;
/* Prevent background scroll interaction */
touch-action: none;
}
}
| |||