MediaWiki:Common.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,125:
@media screen and (max-width: 768px) {
/* 1. Fix the
/* CRITICAL CHANGE: Use dvh (Dynamic Viewport Height) instead of 100% */
/* Reset appearance */▼
/* This forces the panel to extend behind the Safari bottom toolbar */
margin: 0 !important;▼
box-shadow: none !important;▼
/* Fallback for older browsers */
background: #fff !important; /* Ensure it's opaque */▼
min-height: 100% !important;
border-radius: 0 !important;
▲ }
z-index: 2000 !important;
}
/* --- B. HEADER (Fixed to Top) --- */
| |||