Fix table editor not closing anymore from fullwidth

(From f3b5c82767)
This commit is contained in:
Yohan Boniface 2023-09-18 13:02:19 +02:00
parent 0fa834155d
commit 9120d54be7

View file

@ -600,10 +600,10 @@ input[type=hidden].blur + .button {
} }
#umap-ui-container.fullwidth { #umap-ui-container.fullwidth {
width: 100%; width: 100%;
right: -100%;
z-index: 10000; z-index: 10000;
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
transition: all .7s;
} }
.umap-caption-bar-enabled #umap-ui-container { .umap-caption-bar-enabled #umap-ui-container {
bottom: 46px; bottom: 46px;