Merge pull request #29800 from overleaf/dp-outline-scroll

Remove unnecessary scrollbar from empty file outline

GitOrigin-RevId: 3866fa3653088665ee21f389174a8ad1c91b9872
This commit is contained in:
David
2025-11-24 09:58:21 +00:00
committed by Copybot
parent 93e6a230c7
commit 5eca30db82
@@ -84,6 +84,10 @@
padding-right: 0;
}
.outline-body-no-elements {
margin-right: 0;
}
.outline-item-list {
display: flex;
flex-direction: column;