/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

.whiteboard {
	width: 100%;
	height: calc(100% + 50px);
	position: absolute;
	top: 0;
}

.whiteboard-viewer__embedding .App {
	min-height: max(400px, 50vh);

	.excalidraw-wrapper {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
}
