ブラウザ設定でJavaScriptが無効になっている場合、メッセージを表示

This commit is contained in:
shibafu
2019-02-03 23:52:26 +09:00
parent b57a272611
commit 5961d3e27a
2 changed files with 16 additions and 1 deletions

11
public/css/tissue.css vendored
View File

@@ -35,4 +35,15 @@
.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;
}