mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-19 14:31:58 +08:00
fix: fix stylish theme scroll issue
This commit is contained in:
parent
86814caf49
commit
b880e0c167
@ -82,7 +82,7 @@ const UnsplashSearch = ({ largeImgPreview }) => {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div className="overflow-y-scroll w-full overflow-x-hidden h-max justify-center flex flex-wrap">
|
<div className="overflow-y-scroll w-full pb-12 overflow-x-hidden h-max justify-center flex flex-wrap">
|
||||||
{
|
{
|
||||||
imageList.map(image => {
|
imageList.map(image => {
|
||||||
return <div key={image.id}
|
return <div key={image.id}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user