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

@import '../../styles';

.content {
    &[data-height='true'] {
        overflow-y: scroll; // Make Scroll Fixed Height Scrollable

        @include scrollbars($gray-700);
    }
}
