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:
parent
0d80f4d1d7
commit
dd4e7ccb8a
1 changed files with 2 additions and 0 deletions
2
main.css
2
main.css
|
@ -63,6 +63,8 @@ div#globalWrapper {
|
|||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
/* general styles */
|
||||
|
|
Loading…
Reference in a new issue