From 4bbd386bf23d5f5083258a8f27d9ceed344b247a Mon Sep 17 00:00:00 2001
From: Boris Budini <boris@budini.xyz>
Date: Sat, 14 Sep 2019 12:41:50 +0200
Subject: [PATCH] Try a fix for Samsung browsers

---
 _includes/registration-form/optionizer/solopreneur.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_includes/registration-form/optionizer/solopreneur.html b/_includes/registration-form/optionizer/solopreneur.html
index 51f1fbc7..22b67f9b 100644
--- a/_includes/registration-form/optionizer/solopreneur.html
+++ b/_includes/registration-form/optionizer/solopreneur.html
@@ -5,7 +5,7 @@
   <strong>3.1 Choose your instance!</strong>
   <small style="color: red; font-size:16px">*</small><br></p>
   <div class="select_mate" data-mate-select="active" style="margin-bottom: 30px;margin-left: 2%;border-radius: 30px;">
-    <select required name="Platform 1" onchange="" onclick="return false;" id="">
+    <select required name="Platform 1" onchange="" onclick="return false;" id="" data-native-menu= false>
       <option value=""> Choose the platform</option>
       {% for post in site.instances %}
         <option value="{{post.title}}"> {{post.title}}</option>
-- 
GitLab