aboutsummaryrefslogtreecommitdiff
path: root/views/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'views/styles.css')
-rw-r--r--views/styles.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/styles.css b/views/styles.css
index bed3009..776f97b 100644
--- a/views/styles.css
+++ b/views/styles.css
@@ -185,6 +185,10 @@ hr.new-section {
transition-property: height;
}
+.card * {
+ pointer-events: none;
+}
+
.card:hover {
cursor: pointer;
height: calc(6.5em + var(--card-expand-with));