Skip to content

Commit f6e1654

Browse files
committed
fix: main height for no scroll
1 parent cd427a3 commit f6e1654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
}
1919
2020
.main-container {
21-
height: calc(100vh - var(--ep-menu-item-height) - 3px);
21+
height: calc(100vh - var(--ep-menu-item-height) - 4px);
2222
}
2323
</style>

0 commit comments

Comments
 (0)