Files

8 lines
164 B
Plaintext
Raw Permalink Normal View History

2024-06-24 03:03:09 +08: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-24 03:03:09 +08:00
}