mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
930a1e01f6
commit
e3c8de035a
2 changed files with 2 additions and 3 deletions
|
@ -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}}")
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue