Skip to content

Commit

Permalink
perf: remove unnecessary styles (#1797) (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki authored Sep 22, 2020
1 parent 48c0b0c commit e26af9b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/vaadin-grid-styles.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -80,6 +75,7 @@
left: 0;
overflow: visible;
width: 100%;
z-index: 1;
}
#header {
Expand Down Expand Up @@ -108,7 +104,6 @@
width: 100%;
left: 0;
overflow: visible;
z-index: -1;
}
[part~="row"] {
Expand Down

0 comments on commit e26af9b

Please # to comment.