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
This commit is contained in:
Christian Williams 2013-06-25 16:56:31 -07:00 committed by Trevor Parscal
parent d31918d145
commit a7f471e6e7

View file

@ -22,5 +22,4 @@
top: 0; top: 0;
right: 0; right: 0;
left: 0; left: 0;
z-index: 1000;
} }