Skip to content

Commit 203459d

Browse files
committed
Adjust overlay position in maturity dashboard for improved visibility
1 parent 07ce19d commit 203459d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/maturity/maturity-dashboard/maturity-dashboard.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ export class MaturityDashboardComponent implements OnInit, AfterViewInit, OnDest
387387
overlayDiv.className = 'map-overlay';
388388
overlayDiv.style.cssText = `
389389
position: absolute;
390-
bottom: 20px;
390+
bottom: 60px;
391391
left: 50%;
392392
transform: translateX(-50%);
393393
background: rgba(255, 255, 255, 0.9);

0 commit comments

Comments
 (0)