mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 06:58:04 +08:00
fix!: Resonsive category list
This commit is contained in:
parent
c1719ebe70
commit
97174c65ff
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user