diff --git a/src/blocks/Table/Table.scss b/src/blocks/Table/Table.scss index 87ca0b7f8..93157f066 100644 --- a/src/blocks/Table/Table.scss +++ b/src/blocks/Table/Table.scss @@ -8,7 +8,7 @@ $block: '.#{$ns}table-block'; &__title { @include heading2(); - @include top-content-offset($offset: $indentM); + @include top-content-offset($offset: 0px); position: sticky; margin-right: $indentM; diff --git a/src/components/Table/Table.scss b/src/components/Table/Table.scss index 84dbf5fb9..279d08fb9 100644 --- a/src/components/Table/Table.scss +++ b/src/components/Table/Table.scss @@ -7,8 +7,6 @@ $block: '.#{$ns}table'; $root: &; @include text-size(body-2); - margin-top: $indentM; - &__table { width: 100%; overflow-x: auto;