Skip to content

Commit 30a0da8

Browse files
Fix AI homepage title visibility: use isolation:isolate instead of overflow:hidden
Co-authored-by: interstellarmt <178904023+interstellarmt@users.noreply.github.com> Agent-Logs-Url: https://github.com/antvis/dumi-theme-antv/sessions/85352e60-2f51-4620-af4d-4471dc9228da
1 parent e43efa6 commit 30a0da8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
.content {
22
height: 500px;
3-
overflow: hidden;
3+
isolation: isolate;
44

55
@media only screen and (max-width: 767.99px) {
66
height: auto;
7-
overflow: visible;
87
}
98
}

0 commit comments

Comments
 (0)