每当我单击标题导航菜单时,它将滚动到相应的分区,但某些部分隐藏在粘性标题后面。如何使用CSS解决此问题。
下面是我的小提琴链接
`https://jsfiddle.net/6t8d1Lne/1/
答案 0 :(得分:1)
在所有部分中添加等于标题高度的额外填充,例如减去负空白的额外填充
class MyStr(str):
def ContainsAny(self, *args):
return any(substring in word for substring in args)
word = MyStr('hello world')
word.ContainsAny('hello', 'apple') # True