.data-toolbar-component-list {
    position: absolute;
    min-height: 0px;
    top: 10px;
    left: 0;
}

.data-toolbar-component-list  .toolbar-dropdown-list {
    top:0px;
    position: relative;
}

.data-toolbar-component-placeholder {
    color: rgba(0,0,0,0.25);
    pointer-events: none;
    width: 76px;
}

.data-toolbar-component-list-empty {
    position: relative;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 3px 3px;
    box-shadow: 0 2px 10px rgb(0 0 0 / 12%);
    padding: 5px 16px;
    line-height: 32px;
    min-width: 200px;
    height: auto;
    transition: all 0.25s cubic-bezier(0.3, 1.2, 0.2, 1);
    z-index: 999;
    max-height: calc(80vh);
    overflow: auto;
}
/** ------------------- popup ---------------------- **/
.data-toolbar-popup-wrapper {
    position: absolute;
    z-index: 9999;
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dee0e3;
    box-shadow: 0 4px 8px 0 rgba(31, 35, 41, 0.1);
}

.data-toolbar-popup-wrapper .editor-toolbar-popover {
    width: max-content;
}

.data-toolbar-popup-wrapper .editor-toolbar-popover .ant-popover-inner-content {
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dee0e3;
}

.data-toolbar-popup-wrapper .editor-toolbar-popover .ant-popover-arrow {
    display: none;
}