Skip to content

Commit

Permalink
Merge branch '7446-typed-table-FE' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lawton authored and Andy Babic committed Aug 14, 2024
1 parent d65a0f1 commit aa9c0bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions rca/static_src/sass/components/_table.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
.table {
@include z-index(above-gridlines);
@include z-index(above-header-gridlines);
position: relative;
width: 100%;
overflow-x: scroll;
margin: ($gutter * 2) 0;
background-color: $color--white;

@include media-query(medium) {
background-color: transparent;
}

@include media-query(medium) {
margin: ($gutter * 3) 0;
overflow-x: initial;
}

&__hint {
@include z-index(above-gridlines);
@include z-index(above-header-gridlines);
position: absolute;
right: 0;
top: 0;
Expand Down

0 comments on commit aa9c0bd

Please sign in to comment.