gpt4 book ai didi

html - Tailwind h-screen 在移动设备上无法正常工作

转载 作者:行者123 更新时间:2023-12-03 21:57:20 27 4
gpt4 key购买 nike

h-screen应该将高度设置为屏幕高度的类在 iOS 上不起作用。有没有办法解决这个问题?

最佳答案

我经常发现使用 .inset-0 在内容之外设置绝对包装器很有用类(class)

<!-- this will use the whole viewport even in mobile -->
<div class="absolute inset-0">
<div>
lorem ipsum
</div>
</div>

关于html - Tailwind h-screen 在移动设备上无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61308575/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com