mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-08 22:22:21 +01:00
11 lines
183 B
CSS
11 lines
183 B
CSS
/**
|
|
* Copyright 2026 Signal Messenger, LLC
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
@layer components {
|
|
[data-aria-clickable-root] {
|
|
position: relative !important;
|
|
}
|
|
}
|