Fix z-index of surface for debug bar

Change-Id: I938f2d959cd7cb72c43c2efd666838a9cd9d3e39
This commit is contained in:
Ed Sanders 2016-05-28 20:53:40 +01:00
parent ce149e49d7
commit 293163131b

View file

@ -38,3 +38,10 @@
.ve-init-mw-desktopArticleTarget .redirectMsg a:hover {
text-decoration: none;
}
/*!
* Increase z-index of surface container so it appears above the debug bar
*/
.ve-init-mw-desktopArticleTarget #bodyContent { /* stylelint-disable-line selector-no-id */
z-index: 1;
}