Skip to content

Commit 5358650

Browse files
committed
fix: The page tag selector exceeds the page height, causing the page to scroll.
1 parent c514731 commit 5358650

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ui/src/index.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ img[src=''] {
5353
}
5454

5555
.page-main {
56-
overflow-x: auto;
56+
min-width: 0;
57+
overflow-wrap: break-word;
58+
word-break: break-word;
5759
}
5860

5961
.btn-link {

0 commit comments

Comments
 (0)