Merge pull request #1316 from umap-project/fullwidth-panel-close
Fix table editor not closing anymore from fullwidth
This commit is contained in:
commit
466d955953
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue