Skip to content

reserve space for stacked bottom panels in dashboard editing mode - #69

Merged
imenattatra merged 1 commit into
metr-mainfrom
feature/fix-url-identifier-div-position
Jun 24, 2026
Merged

reserve space for stacked bottom panels in dashboard editing mode#69
imenattatra merged 1 commit into
metr-mainfrom
feature/fix-url-identifier-div-position

Conversation

@imenattatra

Copy link
Copy Markdown

Closes https://github.com/metr-systems/backlog/issues/4665

AI Disclaimer: Yes

Summary

Editing mode stacks two fixed bottom panels as you can see in the linked issue, this was hiding the widgets even when we scroll till the end. Here we bump the grid's margin-bottom and overlay bottom to 160px so widgets and grid lines aren't hidden behind them when we scroll to the end.

Code Strategy

We have AddWidgetContainer that sits lowest with bottom at 20px
We also have UrlIdentifierContainer that sits at bottom 95px with a height of 50px this makes it 145px , we add 15px for clear space.

QA

Manually on staging: you can check it here in edit mode https://dashboard.staging.metr.systems/staging/dashboards/59-dynamicwidgetstest?edit&p_Zeitraum=d_this_week&p_value=test2

Editing mode stacks two fixed bottom panels: AddWidgetContainer (20px)
and UrlIdentifierContainer above it (95px + ~50px height). Bump the
grid's margin-bottom and overlay bottom to 160px so widgets and grid
lines aren't hidden behind them.
@imenattatra
imenattatra requested review from a team and helenalebreton June 16, 2026 15:10
@imenattatra imenattatra self-assigned this Jun 16, 2026
@imenattatra
imenattatra merged commit de9e63d into metr-main Jun 24, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants