The transform can't work well on mobile browsers, please help #1141
Answered
by
attack-flower
attack-flower
asked this question in
Q&A
-
After I added this CSS, it is normal on the PC browser, but the first few items of the mobile (ios) browsers cannot be clicked to jump to the webpage. CSS: |
Beta Was this translation helpful? Give feedback.
Answered by
attack-flower
Apr 4, 2023
Replies: 1 comment
-
OK, I've found the reason. ".item-container{position:relative}" from app.css made this happen. I deleted it myself. Or add ".item-container{position:static}" in the custom CSS. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
attack-flower
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, I've found the reason. ".item-container{position:relative}" from app.css made this happen. I deleted it myself. Or add ".item-container{position:static}" in the custom CSS.