レビュー内容を部分的に反映

* Bootstrapのスタイルに乗せた
* 問題解決の方法を案内
* fixedに関わりたくなくなってきたので単にページ先頭要素にした
This commit is contained in:
shibafu
2019-02-10 16:54:32 +09:00
parent 5961d3e27a
commit fcafc3c704
2 changed files with 11 additions and 16 deletions

11
public/css/tissue.css vendored
View File

@@ -35,15 +35,4 @@
.timeline-action-item {
margin-left: 16px;
}
.tis-noscript {
position: fixed;
top: 0;
z-index: 110000;
width: 100vw;
padding: 1.125rem; /* navbarが隠れるくらい */
background: #ffeeba;
text-align: center;
border-bottom: 1px solid #fb6;
}