waveterm/frontend/app/element/windowdrag.scss

8 lines
175 B
SCSS
Raw Permalink 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 !important;
z-index: var(--zindex-window-drag);
2024-06-23 21:03:09 +02:00
}