From e26af9b083cf19ca6663ebc84447205fbb0e5a34 Mon Sep 17 00:00:00 2001 From: Tomi Virkki Date: Tue, 22 Sep 2020 14:28:49 +0300 Subject: [PATCH] perf: remove unnecessary styles (#1797) (#1798) --- src/vaadin-grid-styles.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/vaadin-grid-styles.html b/src/vaadin-grid-styles.html index 6a24e25b5..9f4b6a453 100644 --- a/src/vaadin-grid-styles.html +++ b/src/vaadin-grid-styles.html @@ -63,15 +63,10 @@ width: 100%; height: 100%; overflow: auto; - z-index: -2; position: relative; outline: none; } - [ios] #table { - z-index: 0; - } - #header, #footer { display: block; @@ -80,6 +75,7 @@ left: 0; overflow: visible; width: 100%; + z-index: 1; } #header { @@ -108,7 +104,6 @@ width: 100%; left: 0; overflow: visible; - z-index: -1; } [part~="row"] {