Merge pull request #2338 from overleaf/fix-scroll-overflow

[misc] do not force a scrollbar on the project list view

GitOrigin-RevId: e6bed4566afd9b0bca38506028b1133376f90826
This commit is contained in:
Timothée Alby 2019-11-12 15:56:44 +07:00 committed by sharelatex
parent 930a1e01f6
commit e3c8de035a
2 changed files with 2 additions and 3 deletions

View file

@ -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}}")

View file

@ -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 {