Make #globalWrapper into a stacking context

It has some children with high z-indices, we don't want them to cover
elements appended at the end of the <body> (search suggestions, dialog
overlays, and such).

Bug: T73650
Change-Id: I6fb08bb1448093227017666c86980a1365835482
This commit is contained in:
Bartosz Dziewoński 2014-11-25 00:13:38 +01:00
parent 0d80f4d1d7
commit dd4e7ccb8a

View file

@ -63,6 +63,8 @@ div#globalWrapper {
width: 100%;
margin: 0;
padding: 0;
position: relative;
z-index: 0;
}
/* general styles */