Skip to content

Commit 0037810

Browse files
authored
Merge pull request #287 from codex-team/fix/horisontal-scroll
(fix) horisontal scroll appeared
2 parents f7d6c18 + ffbe1ff commit 0037810

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)