mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
8957e0405a
just a temporary fix for now, needs a more extensive fix later
8 lines
175 B
SCSS
8 lines
175 B
SCSS
// Copyright 2024, Command Line Inc.
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
.window-drag {
|
|
-webkit-app-region: drag !important;
|
|
z-index: var(--zindex-window-drag);
|
|
}
|