Skip to content

Commit ae02280

Browse files
RookieZoeNekoAria
andauthored
fix(article): remove overflow-x to resolve scrollbar issue in Tauri2 macOS build
* fix: strange scrollbar appears, while be packaged as MacOS App with Tauri2. * chore(article): remove obsolete overflow-x comment block --------- Co-authored-by: NekoAria <NekoAria@users.noreply.github.com>
1 parent a45702d commit ae02280

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Article/ArticleList.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
contain: strict;
44
padding: 10px;
55
height: 100%;
6-
overflow-x: hidden;
76
overscroll-behavior-y: contain;
87
}
98

0 commit comments

Comments
 (0)