10 lines
146 B
SCSS
10 lines
146 B
SCSS
/*
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
.ds4-sheet-body {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
}
|