导航菜单onclick滚动问题?

时间:2018-11-26 10:12:11

标签: html css

每当我单击标题导航菜单时,它将滚动到相应的分区,但某些部分隐藏在粘性标题后面。如何使用CSS解决此问题。

下面是我的小提琴链接

      `https://jsfiddle.net/6t8d1Lne/1/

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