2024-07-26
Firefoxには前へ/次へのボタンを画面の上側に移動するCSSを入れてなかった
>|css|
.sibling {
position: absolute;
width: 620px;
margin-top: 0;
top: 108px;
}
article {
margin-top: 80px;
}
||<
昔誰かが作ってくれたもので、Stylusなどの拡張機能で使わせてもらってます
Firefoxには前へ/次へのボタンを画面の上側に移動するCSSを入れてなかった
>|css|
.sibling {
position: absolute;
width: 620px;
margin-top: 0;
top: 108px;
}
article {
margin-top: 80px;
}
||<
昔誰かが作ってくれたもので、Stylusなどの拡張機能で使わせてもらってます