9 lines
203 B
CSS
9 lines
203 B
CSS
/*!
|
|
* SPDX-FileCopyrightText: 2022 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
/* Prevent user interaction on content */
|
|
#imgframe {
|
|
pointer-events: none;
|
|
}
|