Skip to content

Commit

Permalink
fix(Table): removes overflow: hidden from GridCell
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-kumawat committed Sep 1, 2020
1 parent 2b152ed commit d2a28bc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions css/src/components/grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@

.Grid-cell {
position: relative;
overflow: hidden;
box-sizing: border-box;
padding-left: var(--spacing-l);
padding-right: var(--spacing-l);
Expand Down Expand Up @@ -232,7 +231,6 @@
flex-grow: 1;
height: 100%;
box-sizing: border-box;
overflow: hidden;
}

.Grid-cellResize {
Expand Down Expand Up @@ -296,7 +294,6 @@
align-items: center;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}

.GridCell--align-left {
Expand Down

0 comments on commit d2a28bc

Please sign in to comment.