From 3c58909cb77da1971b016dc20666728502855e33 Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Tue, 30 Oct 2018 14:08:02 +0000 Subject: [PATCH] Merge branch 'bug/1-probleme-d-affichage-getfeatureinfo-sur-mobile' into 'master' Redefine css for mobile usage See merge request Development/vitis_apps/sources/module_vmap!7 (cherry picked from commit fb263937c5d6540c44231d215f803a66510cf664) fa4aeff7 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