Remove unnecessary scrollbar from empty file outline GitOrigin-RevId: 3866fa3653088665ee21f389174a8ad1c91b9872
@@ -84,6 +84,10 @@
padding-right: 0;
}
+ .outline-body-no-elements {
+ margin-right: 0;
+ }
+
.outline-item-list {
display: flex;
flex-direction: column;