From 10d15d86a9a298600d2e56cebcd8857208f02c71 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Thu, 15 Dec 2016 12:57:18 +0100 Subject: [PATCH] make sure oc dialog z-index is big enough --- css/gpxedit.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/gpxedit.css b/css/gpxedit.css index 0e25f71..58074e1 100644 --- a/css/gpxedit.css +++ b/css/gpxedit.css @@ -823,3 +823,6 @@ h2.popupTitle{ border: 1px solid black; border-radius: 6px; } +.oc-dialog{ + z-index: 10000; +}