2024-06-04 22:05:44 +02:00
|
|
|
// Copyright 2024, Command Line Inc.
|
|
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
.placeholder-visible {
|
2024-12-04 22:49:14 +01:00
|
|
|
.overlay-container,
|
|
|
|
.placeholder-container {
|
|
|
|
transform: unset !important;
|
|
|
|
}
|
2024-06-04 22:05:44 +02:00
|
|
|
}
|