Define z-index property for the mw-json-schema-code-samples CSS class to ensure proper stacking
Said class is introduced and used by the EventLogging extension. Bug: T249557 Change-Id: I5f45d4e5cac9b614f26b17f2507e1f72fc39035bisekai
parent
39b6d6dc5c
commit
84f03e5bb9
@ -0,0 +1,4 @@
|
||||
/* Define z-index property to ensure proper stacking, thus fixing T249557 */
|
||||
.mw-json-schema-code-samples {
|
||||
z-index: 1;
|
||||
}
|
Loading…
Reference in New Issue