mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-06 15:08:34 +00:00
7 lines
164 B
SCSS
7 lines
164 B
SCSS
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
.window-drag {
|
|
-webkit-app-region: drag;
|
|
z-index: var(--zindex-window-drag);
|
|
}
|