From fa4aeff7516a72b0c9d962713dc387e97d5e6b07 Mon Sep 17 00:00:00 2001
From: Armand Bahi <armand.bahi@veremes.com>
Date: Tue, 30 Oct 2018 14:59:24 +0100
Subject: [PATCH] Redefine css for mobile usage

---
 module/css/mobile.less | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/module/css/mobile.less b/module/css/mobile.less
index a281bf06..fd900b75 100755
--- a/module/css/mobile.less
+++ b/module/css/mobile.less
@@ -276,3 +276,14 @@ app-map > div {
 #select-bo-select{
     max-width: 23vw;
 }
+
+.basic-tools-dropdown-select-getFeatureInfo-content{
+    display: block;
+    top: 0px !important;
+    height: 100%;
+    padding: 0px !important;
+    margin: 0px !important;
+    right: 0px !important;
+    width: 100% !important;
+    min-width: auto;
+}
-- 
GitLab