diff --git a/services/web/app/views/project/list/item.pug b/services/web/app/views/project/list/item.pug index bcf7d08bce..2a20fcac46 100644 --- a/services/web/app/views/project/list/item.pug +++ b/services/web/app/views/project/list/item.pug @@ -49,9 +49,8 @@ td.project-list-table-owner-cell tooltip=translate("link_sharing") tooltip-placement="right" tooltip-append-to-body="true" - aria-hidden="true" + aria-label=translate("link_sharing") ) - span.sr-only #{translate("link_sharing")} td.project-list-table-lastupdated-cell span.last-modified(tooltip="{{project.lastUpdated | formatDate}}") diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index bfd804b3a5..f4cc0ec067 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -90,7 +90,7 @@ padding-bottom: @content-margin-vertical; height: 100%; margin-left: -(@grid-gutter-width / 2); - overflow-y: scroll; + overflow-y: auto; } .project-header {