From 88eb5e317dd60502d59b0ae3764c9c215043c5c9 Mon Sep 17 00:00:00 2001 From: zyqunix Date: Tue, 25 Feb 2025 18:11:18 +0100 Subject: [PATCH] no more image selecting --- portfolio/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/portfolio/style.css b/portfolio/style.css index 9740011..939a5d3 100644 --- a/portfolio/style.css +++ b/portfolio/style.css @@ -2,6 +2,7 @@ img { pointer-events: none; + user-select: none; } body {