#deathraven_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1465320207181418508
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
no no wait
for smaller screens
you need a smaller window
your modal should be scrollable
I'm able to scroll
when i override that manually its works
ok this is weird. it behaves diffrently on my dev machine. and on phones
in both cases, there's a container flex flex-col justify-center h-full gap-4 that should be display block instead
once you fix that, it should be fine
its still the same.
you can scroll
when testing in your web browser with the device toolbar open, the scrolling happens by clicking and dragging
as if you were on a mobile phone
this is the only fix that works
display: block !important; margin: 0px !important; padding: 0px !important; border: none !important; width: 100% !important; height: 1026.58px; transition: height 0.4s !important;
this is the code of your iframe. this height:1026 is the problem
it's still there
yeah
it scrolls no problem. i can even make it extremly large if i want
it scrolls fine but the iframe is locked to that height
@strong portal did you change the flex display into block?
i pulled that hole div out
you can't just pull it out
the other divs above it are also flex
so the div is inherting a display flex
you need to specify display block
just to make sure i pulled out all flexes in this hole grid
but it doesnt change anything
how is it working on my end but not on yours?
iframe scrolling="no" height:1038 i swear i am not crazy
the iframe won't scroll
the container will
don't change everything into block
let everything as is
just the checkout-container's parent should be block
can you go back to the original code? and instead of pulling the checkout-container out, just change the class of the loading div into block?
and then test
this "works" it cuts of the top instead of the bottom
this is scrolled to the top
nvm i was just stupid the change didnt do anything i just tested on live ...
so no block doesnt work
it worked as expected
okay first of all thanks... second of all why doesnt it work on dev?
cause on dev its still the same issue
not sure
maybe you should try and empty the cache
on the browser for the dev page
thanks for your patiance
no worries ๐