diff --git a/app/assets/stylesheets/shared/cards.scss b/app/assets/stylesheets/shared/cards.scss index a8b7a0eb5..2fa188a56 100644 --- a/app/assets/stylesheets/shared/cards.scss +++ b/app/assets/stylesheets/shared/cards.scss @@ -130,7 +130,7 @@ padding: 0 .5em; position: sticky; position: -webkit-sticky; - top: calc(var(--content-header-size) + var(--navbar-height)); + top: var(--content-header-size); z-index: 2; &.select-all-checkboxes { diff --git a/app/javascript/vue/shared/content/text.vue b/app/javascript/vue/shared/content/text.vue index e1dc0e654..b366d900d 100644 --- a/app/javascript/vue/shared/content/text.vue +++ b/app/javascript/vue/shared/content/text.vue @@ -36,7 +36,7 @@ @delete="showDeleteModal" > -