Fix tools position (#17221)

This commit is contained in:
Geido 2021-10-26 13:00:33 +03:00 committed by GitHub
parent 3641093a44
commit 5f8f67e679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,10 @@ const StyledDiv = styled.div`
border: 1px solid @gray-light; border: 1px solid @gray-light;
} }
.dashboard-component-tabs {
position: relative;
}
/* A column within a column or tabs has inset hover menu */ /* A column within a column or tabs has inset hover menu */
.dragdroppable-column .dragdroppable-column .hover-menu--top, .dragdroppable-column .dragdroppable-column .hover-menu--top,
.dashboard-component-tabs .dragdroppable-column .hover-menu--top { .dashboard-component-tabs .dragdroppable-column .hover-menu--top {
@ -86,7 +90,7 @@ const StyledDiv = styled.div`
} }
/* move Tabs hover menu to top near actual Tabs */ /* move Tabs hover menu to top near actual Tabs */
.dashboard-component-tabs > .hover-menu--left { .dashboard-component-tabs > .hover-menu-container > .hover-menu--left {
top: 0; top: 0;
transform: unset; transform: unset;
background: transparent; background: transparent;