mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-12-11 22:16:15 +00:00
d36d467a82
Bug: T314230 Change-Id: I742f0435f279689dbdac8e811a8aeab00cc9086b
14 lines
512 B
Plaintext
14 lines
512 B
Plaintext
/*!
|
|
* VisualEditor MediaWiki Vector-specific MWTargetWidget styles.
|
|
*
|
|
* @copyright 2011-2022 VisualEditor Team and others; see AUTHORS.txt
|
|
* @license The MIT License (MIT); see LICENSE.txt
|
|
*/
|
|
|
|
/* stylelint-disable-next-line selector-class-pattern */
|
|
.ve-ui-mwTargetWidget .ve-ui-surface.vector-body {
|
|
// Suppress the stacking context usually established by .vector-body (T314230).
|
|
// We wouldn't need to do this if the context menus and inspectors were appended to an overlay (T266521).
|
|
z-index: auto;
|
|
}
|