From 9120d54be7466eab94f1d4e1110698239667804e Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 18 Sep 2023 13:02:19 +0200 Subject: [PATCH] Fix table editor not closing anymore from fullwidth (From f3b5c82767597a6ec6099f488be68c003122f2cd) --- umap/static/umap/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/base.css b/umap/static/umap/base.css index 160a279a..05af31bf 100644 --- a/umap/static/umap/base.css +++ b/umap/static/umap/base.css @@ -600,10 +600,10 @@ input[type=hidden].blur + .button { } #umap-ui-container.fullwidth { width: 100%; + right: -100%; z-index: 10000; padding-left: 0; padding-right: 0; - transition: all .7s; } .umap-caption-bar-enabled #umap-ui-container { bottom: 46px;