2024-06-23 21:03:09 +02:00
|
|
|
// Copyright 2024, Command Line Inc.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
.window-drag {
|
2024-12-10 21:50:58 +01:00
|
|
|
-webkit-app-region: drag !important;
|
2024-12-04 22:49:14 +01:00
|
|
|
z-index: var(--zindex-window-drag);
|
2024-06-23 21:03:09 +02:00
|
|
|
}
|