Skip to content

Commit

Permalink
Feat(Table): fixes after DR - part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Artur Fracala authored and Artur Fracala committed Nov 28, 2024
1 parent 1d76a16 commit 8a3a85b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ $base-class: 'table';
.#{$base-class} {
width: 100%;
border-collapse: collapse;
contain: paint;

&--small {
@include size.table-size(48px, 8px, 16px);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
position: sticky;
top: 0;
z-index: 5;
box-shadow: 0 12px 12px -7px #1313172e;
box-shadow: var(--shadow-fixed-bottom);
}
}

@else {
} @else {
@warn "Invalid pinned value: #{$type}. Supported value is 'header'.";
}
}

0 comments on commit 8a3a85b

Please sign in to comment.