Skip to content

Commit 041b6bf

Browse files
committed
fix: adjust map attribution position in CSS for improved visibility and to prevent widget conflicts
1 parent 1ec75ac commit 041b6bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -944,8 +944,8 @@ body {
944944
/* Map attribution - moved to bottom-left to avoid widget conflicts */
945945
.map-attribution {
946946
position: absolute;
947-
bottom: 5px;
948-
left: 20px;
947+
bottom: 0px;
948+
left: 0px;
949949
background: rgba(0, 0, 0, 0.7);
950950
color: rgba(255, 255, 255, 0.8);
951951
padding: 4px 8px;

0 commit comments

Comments
 (0)