Merge "[LESS] [content] lower content render order"

This commit is contained in:
jenkins-bot 2019-08-08 13:56:41 +00:00 committed by Gerrit Code Review
commit fb383c6356
1 changed files with 5 additions and 0 deletions

View File

@ -44,5 +44,10 @@
width: 100%;
position: relative;
background-color: @chromeColor;
}
.content {
// Create a new stacking context.
transform: scaleY( 1 );
z-index: @z-indexBase;
}