ZtM-Job-Board icon indicating copy to clipboard operation
ZtM-Job-Board copied to clipboard

fix: header overlap with other content in smaller screens

Open HASH-0021 opened this issue 4 months ago • 1 comments

Issue:

  • Header is overlapping with the below content for smaller screens.

Changes:

  • Header is changed from position:fixed to position:sticky. This allows header to have position as fixed when scrolling and relative when it isn't.
  • Added right margin to logo as the logo and navigation buttons are too close for certain screen widths.
  • Refactored the code of dark mode toggle button to use the existing code design language.
  • Adjusted spacing for header and main elements.

HASH-0021 avatar Oct 15 '24 18:10 HASH-0021