|
@@ -208,7 +208,7 @@ export default Model;
|
|
|
|
|
|
#direction {
|
|
|
right: calc(var(--editor-menu-right) + var(--editor-toolbox-width)) !important;
|
|
|
- top: calc(var(--header-top) + var(--editor-head-height)) !important;
|
|
|
+ top: calc(var(--header-top) + var(--editor-head-height) + 50px) !important;
|
|
|
margin: 10px;
|
|
|
transition: top 0.3s ease, right 0.3s ease;
|
|
|
}
|