From a7f471e6e7a42520262ea3df70276bae4037de63 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Tue, 25 Jun 2013 16:56:31 -0700 Subject: [PATCH] Fix z-index of local overlay Local overlay z-index is positioning overlay items (phantoms, etc) above the floated toolbar. The overlay container is a sibling to the toolbar's parent and is later in the DOM. z-indexing is unnecessary and has been removed. Bug: 50096 Change-Id: Ib46f66b1d1bea36d761f793e9966e09db6e675ca --- modules/ve/ui/styles/ve.ui.Surface.css | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ve/ui/styles/ve.ui.Surface.css b/modules/ve/ui/styles/ve.ui.Surface.css index 9db3ceff7e..2aed3558a2 100644 --- a/modules/ve/ui/styles/ve.ui.Surface.css +++ b/modules/ve/ui/styles/ve.ui.Surface.css @@ -22,5 +22,4 @@ top: 0; right: 0; left: 0; - z-index: 1000; }