ds4/scss/components/shared/_sheet_body.scss

11 lines
146 B
SCSS
Raw Normal View History

2021-06-26 22:02:00 +02:00
/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
2022-01-21 03:22:17 +01:00
.ds4-sheet-body {
2023-07-10 22:23:13 +02:00
height: 100%;
overflow-y: auto;
}