私のポジション:スティッキーは動かない。私はそれがなぜ、私はすでにすべてを試みたのか分からない。下に私のHTMLとCSSのコードが掲載されています。ポジション:ヘッダーにスティッキーが効かない
// Second
.app-secondheader {
height: 85px;
overflow: visible;
top: 0px;
background-color: #3B3B3B;
border-bottom: 4px solid #ED1C24;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #ffffff;
padding-left: 30px;
padding-right: 30px;
top: 0;
position: -webkit-sticky;
position: sticky;
}
<!-- Login -->
<nav>
<!-- Second -->
<div class="app-secondheader">
<div class="row">
<!-- Logo -->
<div class="pares-logo">
<a class="pares-logo-link" href="http://test.pares.de">
<img class="logo" src="./assets/img/logo.png" target="_blank" data-placement="top" data-title="" data-toggle="tooltip" title="" data-original-title="Logo" alt="MyLogo">
</a>
</div>
</div>
</div>
</nav>
トップを入れて持ってテキストを配置したい場合、それがクラッシュしてしまいますので、ということを理解することはできません。私はそれを削除しています – aillense
["Position:sticky;" CSSとHTMLを動作させない](https://stackoverflow.com/questions/43707076/position-sticky-not-working-css-and-html) – Manishh
申し訳ありませんが、私はコミットしました。私はpxだけを削除しました。トップ:0;まだ立っている。しかし、とにかく動作しません – aillense