From 93c0180d3166aee8a39f282aeb68c1b5117bbf71 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Thu, 17 Oct 2019 10:30:02 -0500 Subject: [PATCH] Merge pull request #2243 from overleaf/pr-fix-2388 Prevent scrolling the dashboard background element. GitOrigin-RevId: ba5b245d1a96bb27466a996c837ecb6463e46eb2 --- services/web/public/stylesheets/app/project-list.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/project-list.less b/services/web/public/stylesheets/app/project-list.less index a06a165231..56b945713b 100644 --- a/services/web/public/stylesheets/app/project-list.less +++ b/services/web/public/stylesheets/app/project-list.less @@ -37,6 +37,7 @@ .project-list-content when (@is-overleaf) { margin: 0; height: 100%; + overflow: hidden; } .project-list-content when (@is-overleaf = false) {