Merge pull request #1316 from umap-project/fullwidth-panel-close

Fix table editor not closing anymore from fullwidth
This commit is contained in:
Yohan Boniface 2023-09-18 15:33:13 +02:00 committed by GitHub
commit 466d955953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;