🐛 fix: fix topic mobile view ui error (#5266)

This commit is contained in:
Zhijie He
2025-01-02 23:16:23 +08:00
committed by GitHub
parent 399220d805
commit 421a1b31c2
@@ -23,6 +23,7 @@ const Topics = memo(({ children }: PropsWithChildren) => {
return (
<Modal
allowFullscreen
footer={null}
onCancel={() => setOpen(false)}
open={open}
styles={{