waveterm/frontend/app/view/vdom/vdom.scss

9 lines
151 B
SCSS
Raw Normal View History

2024-10-25 22:45:00 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.view-vdom {
overflow: auto;
width: 100%;
min-height: 100%;
2024-10-25 22:45:00 +02:00
}