waveterm/frontend/faraday/lib/tilelayout.stories.less
Evan Simkowitz c3e71c5c7d
Integrate Faraday layout system (#16)
Co-authored-by: Mike Sawka <sawka@users.noreply.github.com>
Co-authored-by: sawka <mike.sawka@gmail.com>
2024-06-04 13:05:44 -07:00

10 lines
198 B
Plaintext

// Copyright 2024, Command Line Inc.
// SPDX-License-Identifier: Apache-2.0
.placeholder-visible {
.overlay-container,
.placeholder-container {
transform: unset !important;
}
}