@use 'ngx-scrollbar' as scrollbar;

a:hover {
    cursor: pointer !important;
}

.popover-font {
    margin: 0;
    font-weight: normal
}

:root {
    @include scrollbar.ng-scrollbar-overrides((
        track-hover-thickness: 11px,
        thumb-color: rgb(0 0 0 / 20%),
        track-color: transparent,
        thumb-shape: 7px,
        track-thickness: 6px,
    ));
}

// damit loading indicator über dem Grid angezeigt wird
ng-scrollbar {
    .ng-scroll-content {
        z-index: unset;
    }
}
