MediaWiki:Common.css: Difference between revisions

Content deleted Content added
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1,148:
 
/* 1. GLOBAL LAYER (All Devices) */
/* We ONLY force the layer order here,and notadd hardware acceleration so it covers the position3D buttons. */
/* This ensures it sits on top of your floating buttons (z-index: 1002). */
.ext-aiassistant,
.ext-aiassistant-panel {
z-index: 2000 !important;
transform: translateZ(0) !important;
will-change: transform !important;
}