From fcafc3c704fa3e6b94aef4196ba91f137a45f816 Mon Sep 17 00:00:00 2001 From: shibafu Date: Sun, 10 Feb 2019 16:54:32 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E3=82=92=E9=83=A8=E5=88=86=E7=9A=84=E3=81=AB=E5=8F=8D?= =?UTF-8?q?=E6=98=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bootstrapのスタイルに乗せた * 問題解決の方法を案内 * fixedに関わりたくなくなってきたので単にページ先頭要素にした --- public/css/tissue.css | 11 ----------- resources/views/layouts/base.blade.php | 16 +++++++++++----- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/public/css/tissue.css b/public/css/tissue.css index 70075ce..ff5bb6d 100644 --- a/public/css/tissue.css +++ b/public/css/tissue.css @@ -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; } \ No newline at end of file diff --git a/resources/views/layouts/base.blade.php b/resources/views/layouts/base.blade.php index 277e30c..fbcce62 100644 --- a/resources/views/layouts/base.blade.php +++ b/resources/views/layouts/base.blade.php @@ -19,6 +19,17 @@ @stack('head') +