Skip to content

Commit 94d12e1

Browse files
committed
Bug 1559706 - Workaround for invalid layerization in Inspector r=gl
Differential Revision: https://phabricator.services.mozilla.com/D45896 --HG-- extra : moz-landing-system : lando
1 parent 30543f3 commit 94d12e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devtools/client/themes/boxmodel.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
.boxmodel-bottom {
147147
width: calc(100% - 2px);
148148
text-align: center;
149+
z-index: 1; /* workaround for bug 1559706 */
149150
}
150151

151152
.boxmodel-padding.boxmodel-top {
@@ -183,6 +184,7 @@
183184
.boxmodel-padding.boxmodel-right {
184185
top: 22px;
185186
line-height: 80px;
187+
z-index: 1; /* workaround for bug 1559706 */
186188
}
187189

188190
.boxmodel-size {

0 commit comments

Comments
 (0)