From 0301c9d7d8b9bb6f5a90d0068503bce4f379b065 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Mon, 13 Jan 2025 10:57:13 +0200 Subject: [PATCH] docs: Fix sideBar div stopping slint text being selected --- docs/astro/ec.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/astro/ec.config.mjs b/docs/astro/ec.config.mjs index cc998f63f33..0953909ea33 100644 --- a/docs/astro/ec.config.mjs +++ b/docs/astro/ec.config.mjs @@ -21,6 +21,7 @@ function sideBorder() { border-color: #2479f4; border-top-left-radius: 0.4rem; border-bottom-left-radius: 0.4rem; + pointer-events: none; } `, hooks: {