From dd4e7ccb8ab92255e93901865cc9dd9499bd35b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 25 Nov 2014 00:13:38 +0100 Subject: [PATCH] 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 (search suggestions, dialog overlays, and such). Bug: T73650 Change-Id: I6fb08bb1448093227017666c86980a1365835482 --- main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.css b/main.css index f885e3e..809fe18 100644 --- a/main.css +++ b/main.css @@ -63,6 +63,8 @@ div#globalWrapper { width: 100%; margin: 0; padding: 0; + position: relative; + z-index: 0; } /* general styles */