Skip to content

Commit ffbe1ff

Browse files
committed
(fix) horisontal scroll appeared
1 parent f7d6c18 commit ffbe1ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codex-ui/src/vue/layout/navbar/Navbar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
border-bottom: 1px solid var(--base--border);
2222
box-sizing: border-box;
2323
padding: var(--spacing-ms) var(--spacing-l);
24+
overflow: hidden;
2425
2526
&__right {
2627
margin-left: auto;

0 commit comments

Comments
 (0)