内向けWebサーバーでテーマgeneratepressの、タイトル、メニューを固定した記録です
追加CSSに下記内容を追加して、タイトル・メニューを固定
.main-navigation {
position: fixed;
top: 0px;
width: 100%;
z-index: 9999;
}
.admin-bar .main-navigation {
position: fixed;
top: 32px!important;
}
.site-logo {
position: fixed;
top: 0px;
padding-top: 15px!important;
z-index: 9999;
}
.admin-bar .site-logo {
position: fixed;
top: 32px!important;
}

