waveterm/frontend/app/element/windowdrag.scss
Mike Sawka 8957e0405a
try to fix drag region above tabs (#1466)
just a temporary fix for now, needs a more extensive fix later
2024-12-10 12:50:58 -08:00

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);
}