position: sticky soll im firefox arbeiten, aber ich sehe nicht meine sidebar stick.position: sticky funktioniert nicht in firefox
Meine html wie folgt aussieht:
<div class="wrap">
<div class="sticky">side </div>
<div class="content">content <div>
<div>
Meine CSS:
.content{
height: 2000px;
overflow: hidden;
}
.sticky{
position: sticky;
width: 200px;
float: left;
}
Als ich mit dem Inhalt der Seitenleiste scrollt nach unten scrollen. Es haftet nicht. Wer weiß, was könnte das Problem sein?
Was FireFox-Version? – Justinas
Ich habe die neueste Version – Elfy
Ab Februar 2018 funktioniert 'position: sticky' für' th' immer noch nicht in FF '58.0 (64-bit)'. Drei Jahre zurück! – Green