Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

feat: 🎸 パンくずリストを固定するようにした #295

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/events-in-event.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const EventsInEvent: NextPage = () => {
<main id="page-wrap">
<NavBar />

<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2">
<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2 sticky top-16 z-50">
<ul>
<li>
<Link href="/">{t.PAGE_TITLE_HOME}</Link>
Expand Down
2 changes: 1 addition & 1 deletion pages/events-in-event/election-campaign.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ElectionCampaign: NextPage = () => {
<main id="page-wrap">
<NavBar />

<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2">
<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2 sticky top-16 z-50">
<ul>
<li>
<Link href="/">{t.PAGE_TITLE_HOME}</Link>
Expand Down
2 changes: 1 addition & 1 deletion pages/events-in-event/novels-on-themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const NovelsOnThemes: NextPage = () => {
<main id="page-wrap">
<NavBar />

<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2">
<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2 sticky top-16 z-50">
<ul>
<li>
<Link href="/">{t.PAGE_TITLE_HOME}</Link>
Expand Down
2 changes: 1 addition & 1 deletion pages/events-in-event/op-cl-illustrations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const OpClIllustrations: NextPage = () => {
<main id="page-wrap">
<NavBar />

<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2">
<div className="text-base bg-gray-700 text-white breadcrumbs pl-6 pb-2 sticky top-16 z-50">
<ul>
<li>
<Link href="/">{t.PAGE_TITLE_HOME}</Link>
Expand Down