Skip to content

Commit 06f0e1a

Browse files
committed
fix(theme): navbar overflowing on mobile devices
closes #5039
1 parent bae5397 commit 06f0e1a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client/theme-default/components/VPNav.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ watchEffect(() => {
4747
width: 100%;
4848
pointer-events: none;
4949
transition: background-color 0.5s;
50+
overflow-x: clip;
5051
}
5152
5253
@media (min-width: 960px) {

0 commit comments

Comments
 (0)