feat(toolbox) Shift up to make tile name visible

This commit is contained in:
Robert Pintilii
2023-05-25 16:26:04 +03:00
committed by GitHub
parent 34e0b0392f
commit d40aecb05d
7 changed files with 143 additions and 5 deletions

View File

@@ -32,6 +32,14 @@
pointer-events: none;
z-index: $toolbarZ + 2;
&.shift-up {
bottom: calc(((#{$newToolbarSize} + 30px) * 2) * -1);
.toolbox-content {
margin-bottom: 46px;
}
}
&.visible {
bottom: 0;
}