mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-01 03:10:53 +00:00
Merge pull request #2243 from overleaf/pr-fix-2388
Prevent scrolling the dashboard background element. GitOrigin-RevId: ba5b245d1a96bb27466a996c837ecb6463e46eb2
This commit is contained in:
parent
1fa4621219
commit
93c0180d31
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
||||||
.project-list-content when (@is-overleaf) {
|
.project-list-content when (@is-overleaf) {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-list-content when (@is-overleaf = false) {
|
.project-list-content when (@is-overleaf = false) {
|
||||||
|
|
Loading…
Reference in a new issue