.bg__annotation-popup {
    z-index: 1000;
    position: fixed;
    background: white;
    box-shadow: 0 4px 20px rgba(black, 0.35);
    transition: height 0.3s ease-out;

    .bg__annotation-type {
        padding-left: 10px;

        & > .annotation-form {
            margin-left: -10px;
        }
    }

    .column-content {
        height: calc(100% - #{$resourceViewerPopupHeaderHeight});

        .annotations {
            position: relative;
            overflow-y: auto;
            overflow-x: hidden;

            max-height: calc(100% - #{$annotationColumnFilterHeight});
            height: calc(100% - #{$annotationColumnFilterHeight});
        }
    }
}
