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"] {