/*
 * Copyright (c) 2021 Nordic Semiconductor ASA
 *
 * SPDX-License-Identifier: LicenseRef-Nordic-4-Clause
 */

@import "../variables";

.core19-log {
    position: relative;
    overflow: auto;
    height: $log-viewer-height;

    scroll-snap-type: y mandatory;

    > div {
        display: table;
        min-width: 100%;

        scroll-snap-align: start;
    }

    @include scrollbars($gray-900);
}
