/* LEO-5326 adjust css for article edit from meta-data portlet in popup */
.portal-popup .portlet-journal .edit-article-form .component-tbar {
    left: 0 !important;
    top: 0;
    width: 100% !important;
}

.portal-popup .portlet-journal .edit-article-form .edit-article-sidebar {
    top: 60px !important;
    height: calc(100vh - 60px) !important;
}

.dialog-iframe-popup:not(.article-preview) #main-content {
    bottom: initial;
    left: initial;
    padding: initial;
    position: initial;
    right: initial;
    top: initial;
}

::-webkit-scrollbar {
    background: #fafafb;
    height: 6px;
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #b0b0b0;
}