Skip to content

Commit 5e558c9

Browse files
committed
header bar height fix
1 parent 46c9e66 commit 5e558c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ChatLayout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ a {
930930
overflow-x: hidden;
931931
padding: 3px;
932932
position: relative;
933-
max-height: 96dvh;
933+
max-height: 88dvh;
934934
min-height: 80vh;
935935
scrollbar-width: none;
936936
/* For Firefox */

0 commit comments

Comments
 (0)