waveterm/frontend/app/element/windowdrag.less

8 lines
164 B
Plaintext
Raw Normal View History

2024-06-23 21:03:09 +02:00
// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.window-drag {
-webkit-app-region: drag;
z-index: var(--zindex-window-drag);
2024-06-23 21:03:09 +02:00
}