mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 06:58:21 +00:00
Co-authored-by: Sylvia Crowe <software@oneirocosm.com> Co-authored-by: sawka <mike.sawka@gmail.com>
7 lines
164 B
Text
7 lines
164 B
Text
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
.window-drag {
|
|
-webkit-app-region: drag;
|
|
z-index: var(--zindex-window-drag);
|
|
}
|