mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
fix!: Resonsive category list
This commit is contained in:
@@ -104,7 +104,8 @@ const Header = () => {
|
||||
</Box>
|
||||
<Box p="4" overflowX="hidden" overflowY="auto">
|
||||
<HStack
|
||||
justifyContent={{ base: "none", md: "center" }}
|
||||
justifyContent={{ base: "none", lg: "center" }}
|
||||
flexWrap={{ base: "initial", lg: "wrap" }}
|
||||
spacing={4}
|
||||
overflowX="auto"
|
||||
overflowY="hidden"
|
||||
|
||||
Reference in New Issue
Block a user