Skip to content

Commit

Permalink
Update _sticky-table.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Jul 29, 2021
1 parent 63157ea commit 20363dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sticky-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/*
* Sticky Header
*/

.table.has-sticky-header {
thead th {
@if $table-head-background-color == 'transparent' or $table-head-background-color == rgba(0, 0, 0, 0) {
Expand All @@ -63,7 +63,7 @@

.table.has-sticky-footer {
tfoot th {
@if $table-head-background-color == 'transparent' or $table-head-background-color == rgba(0, 0, 0, 0) {
@if $table-foot-background-color == 'transparent' or $table-foot-background-color == rgba(0, 0, 0, 0) {
background-color: $table-background-color;
}
position: sticky;
Expand Down

0 comments on commit 20363dd

Please sign in to comment.