/* * SPDX-FileCopyrightText: 2021 Johannes Loher * * SPDX-License-Identifier: MIT */ .ds4-sheet-body, .sheet-body { height: 100%; overflow-y: auto; // Prevent double scrollbars on biography tab .ds4-sheet-tab.tab.biography.active, .tab[data-tab="biography"].active { overflow: hidden; } }