From 658b699b717b1c74d287ca10a29aaffba0c59799 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 9 Dec 2025 12:24:28 +0200 Subject: [PATCH] fix(collections/geomap): fake floating buttons mispositioned --- apps/client/src/widgets/collections/presentation/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/client/src/widgets/collections/presentation/index.css b/apps/client/src/widgets/collections/presentation/index.css index 5aafffd9f..ac3d628c3 100644 --- a/apps/client/src/widgets/collections/presentation/index.css +++ b/apps/client/src/widgets/collections/presentation/index.css @@ -2,9 +2,13 @@ position: absolute; top: 1em; right: 1em; + + .floating-buttons-children { + top: 0; + } } .presentation-container { width: 100%; height: 100%; -} \ No newline at end of file +}