waveterm/frontend/app/view/vdom/vdom.less

9 lines
151 B
Plaintext
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 {
2024-11-02 18:58:13 +01:00
overflow: auto;
width: 100%;
min-height: 100%;
2024-10-25 22:45:00 +02:00
}