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>
|
||||||
<Box p="4" overflowX="hidden" overflowY="auto">
|
<Box p="4" overflowX="hidden" overflowY="auto">
|
||||||
<HStack
|
<HStack
|
||||||
justifyContent={{ base: "none", md: "center" }}
|
justifyContent={{ base: "none", lg: "center" }}
|
||||||
|
flexWrap={{ base: "initial", lg: "wrap" }}
|
||||||
spacing={4}
|
spacing={4}
|
||||||
overflowX="auto"
|
overflowX="auto"
|
||||||
overflowY="hidden"
|
overflowY="hidden"
|
||||||
|
|||||||
Reference in New Issue
Block a user