Merge pull request #2243 from overleaf/pr-fix-2388

Prevent scrolling the dashboard background element.

GitOrigin-RevId: ba5b245d1a96bb27466a996c837ecb6463e46eb2
This commit is contained in:
Jessica Lawshe 2019-10-17 10:30:02 -05:00 committed by sharelatex
parent 1fa4621219
commit 93c0180d31

View file

@ -37,6 +37,7 @@
.project-list-content when (@is-overleaf) {
margin: 0;
height: 100%;
overflow: hidden;
}
.project-list-content when (@is-overleaf = false) {