Skip to content

Make panel header bar sticky#49

Merged
gensyn merged 2 commits intomainfrom
copilot/make-header-bar-sticky
Mar 30, 2026
Merged

Make panel header bar sticky#49
gensyn merged 2 commits intomainfrom
copilot/make-header-bar-sticky

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 28, 2026

The panel header bar (title + hamburger menu button) scrolled out of view when the container list was long enough to require scrolling.

Change

Added sticky positioning to the .toolbar CSS rule in frontend/ssh-docker-panel.js:

.toolbar {
  /* existing properties */
  position: sticky;
  top: 0;
  z-index: 10;
}

z-index: 10 ensures the bar renders above the scrolling content beneath it.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Make header bar with hamburger menu sticky Make panel header bar sticky Mar 28, 2026
Copilot AI requested a review from gensyn March 28, 2026 17:53
@gensyn gensyn marked this pull request as ready for review March 30, 2026 06:34
@gensyn gensyn merged commit e9f5b7e into main Mar 30, 2026
5 checks passed
@gensyn gensyn deleted the copilot/make-header-bar-sticky branch March 30, 2026 06:35
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