waveterm/frontend/app/element/windowdrag.less
2024-06-23 12:03:09 -07:00

8 lines
142 B
Plaintext

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.window-drag {
-webkit-app-region: drag;
z-index: 100;
}