amis 锚点导航添加style设置高度100%后,锚点效果失效

nhhxz33t  于 4个月前  发布在  其他
关注(0)|答案(4)|浏览(49)
> @hanhango 可以通过添加style设置宽高: <img alt="image" width="1433" src="https://user-images.githubusercontent.com/11958920/284179176-e37ae5cb-5a3f-457f-aa83-aac5642b3b30.png">

设置高度为100%后,锚点效果消失了,可以帮忙看下吗

Originally posted by @hanhango in #8807 (comment)

sulc1iza

sulc1iza1#

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

2guxujil

2guxujil2#

这个不是问题,因为父级的height是auto,所以导致所有的父级都被撑开了。如果要设置height为100%的话,需要将导航改为绝对定位,这样父级才能计算出有效的高度

68de4m5k

68de4m5k3#

不对,应该让 瞄点部分的定位是 sticky 的,这样,即便是撑开了,也可以点到,让最外层的 body 滚动到对应位置。

iq0todco

iq0todco4#

现在瞄点导航要求用户设置个 height 是不够灵活的。

相关问题