From 975b58e2e7b9af848c3c04a572b1d2186ea957b0 Mon Sep 17 00:00:00 2001 From: Gisle Aune Date: Sat, 13 Oct 2018 17:26:39 +0200 Subject: [PATCH] story-content: Fixed fictional date and author not being clickable. --- marko/page/story-content/components/chapter/style.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/marko/page/story-content/components/chapter/style.less b/marko/page/story-content/components/chapter/style.less index 0b3311b..9cb1543 100644 --- a/marko/page/story-content/components/chapter/style.less +++ b/marko/page/story-content/components/chapter/style.less @@ -18,6 +18,8 @@ width: calc(100% - 35.5ch); max-width: 75ch; + pointer-events: none; + a { display: inline-block; padding: 0 0.5ch; @@ -26,6 +28,7 @@ cursor: pointer; user-select: none; + pointer-events: all; } a:hover { opacity: 1;