Dokploy / Dokploy/dokploy

Make the header sticky when scrolling

Open
#3,310 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

Currently, the header scrolls out of view as the page content scrolls. This makes it harder for users to access key actions or navigation elements once they are further down the page.

Image

It would improve usability if the header could remain fixed at the top of the viewport while scrolling.

  • Improved accessibility to primary navigation and actions

  • Better user experience, especially on long pages

  • Aligns with common UI/UX patterns used in modern web applications

Describe the solution you'd like

Use position: sticky; top: 0; for the header

Describe alternatives you've considered

Use position: sticky; top: 0; for the header

Additional context

No response

Will you send a PR to implement it?

Yes

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Locate the header component and its associated styling in the frontend, then review how the page layout handles scrolling. Implement the requested sticky behavior with the header remaining at the top of the viewport, and verify it on pages with enough content to scroll.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
52/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.