From 31297b7e5adfda0def68ac848c4e81789c7278b2 Mon Sep 17 00:00:00 2001
From: Brandon Boswell <brandonkboswell@gmail.com>
Date: Sun, 13 Feb 2022 03:35:03 +0000
Subject: [PATCH] Added to the Showcase

---
 assets/base.scss |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/assets/base.scss b/assets/base.scss
index dcb0ae7..1ed1dff 100644
--- a/assets/base.scss
+++ b/assets/base.scss
@@ -478,6 +478,7 @@
   pointer-events: none;
   transition: opacity 0.2s ease, transform 0.2s ease;
   transition-delay: 0.3s;
+  user-select: none;
 
   &.visible {
     opacity: 1;
@@ -492,4 +493,4 @@
     margin: 0;
     font-weight: 400;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.10.0