From 388818d5954b9140528fd4d781cadf5e7717f2e0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ole=20Volds=C3=A6ter?= <ole.voldsater@uib.no>
Date: Thu, 18 Mar 2021 16:01:44 +0100
Subject: [PATCH] =?UTF-8?q?pr=C3=B8ver=20=C3=A5=20f=C3=A5=20gradienten=20i?=
 =?UTF-8?q?=20"stubs"=20til=20=C3=A5=20virke=20p=C3=A5=20iPhone=20etc.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/SearchResults.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/SearchResults.vue b/src/components/SearchResults.vue
index b6a8484b..5742535c 100644
--- a/src/components/SearchResults.vue
+++ b/src/components/SearchResults.vue
@@ -109,6 +109,6 @@ export default {
     position:absolute;
     left:0;
     top:40px;
-    background:linear-gradient(transparent 0px, var(--v-tertiary-base));
+    background:linear-gradient(rgba(255, 255, 255, 0) 0px, var(--v-tertiary-base));
   }
 </style>
-- 
GitLab