gpt4 book ai didi

html - 如何在自动高度计算中包括下降器高度?

转载 作者:行者123 更新时间:2023-11-28 02:57:12 25 4
gpt4 key购买 nike

使用 line-height: 1 时,字体的下行部分会溢出自动高度。

这是一个示例:

body{
line-height: 1;
font-size: 50px;
}
div{
overflow: auto;
}
<html>

<body>
<div>
<a href="">gqpy</a>
</div
</body>

</html>

我可以使用 How to calculate descender height in javascript?计算高度并手动添加填充,但如果可能的话,我想使用纯 CSS 解决方案。

最佳答案

是什么意思?

http://codepen.io/anon/pen/EKoYgL

ul { padding-left: 0}
li { list-style-type: none; }
a {font-size: 70px; }

删除 ul 样式上的 overflow: auto;,您将不会在链接上有滚动条。

关于html - 如何在自动高度计算中包括下降器高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36459576/

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