fix(collections/geomap): fake floating buttons mispositioned

This commit is contained in:
Elian Doran 2025-12-09 12:24:28 +02:00
parent 72b0d03546
commit 658b699b71
No known key found for this signature in database

View File

@ -2,9 +2,13 @@
position: absolute; position: absolute;
top: 1em; top: 1em;
right: 1em; right: 1em;
.floating-buttons-children {
top: 0;
}
} }
.presentation-container { .presentation-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }